Blogs

Learning how to use ScriptRunner for Jira is the ultimate skill that you can acquire to get the most out of your Jira instance, however learning it requires you to first know Jira Administration really well, familiarity with Groovy, understanding of Jira Java APIs as well as REST API, but most importantly various features of ScriptRunner for Jira like Listeners, custom REST end point, Scripted conditions, validators, jobs and behaviours is a must.
ScriptRunner for Jira is one of the most useful app to customise Jira. Many organisations use it to not only customise Jira also to perform bulk operations, automations and integration with other tools. If you are a Jira Administrator or a Consultant then learning ScriptRunner will help you a lot in your career.
Today I wanted to announce that we are launching Ultimate Scripting Service, which we are proud to say is indeed ultimate, well you must be wondering what is so special about it? Why should you choose us over another partner? There are other who provide services around ScriptRunner for Jira, what magic can Sparxsys do?
For the past few weeks I was working on revamping the site. Well to be honest the site doesn't looks too different from what it was before, the same theme has been used as before but site was upgraded to Drupal 9.3.0 which was a major improvement. Also I wanted to spend time to reorganise the services on the site. The idea is to make it easier for the visitors to know about what kind of services we have to offer and at the same time not over complicate the structure of the site, because we do have have lot to offer.
I recently crossed 4000 subscribers on my YouTube channel where I make daily videos on Atlassian tools. I started making videos in 2011 but it was only in 2018 when I started uploading videos regularly, initially I was making videos on other topics as well but in 2019 I decided to just keep this channel focus on Atlassian tools. I am quite happy with what this channel has achieved.
I am super excited, happy and massively thrilled to launch my very own company Sparxsys in UK. We will start by providing world class Atlassian services and develop apps. I am also hiring people in UK and India. So do reach out to me if you are interested. #Announcement #Sparxsys Announcement video: https://youtu.be/-sxoXdGjgZw
Learning how to make a website can be really useful. You can make site for your business, your online resume or may be you want to start your own website development business. In the beginning it can be daunting to learn a new technology or a programming language however you can quick start your web development journey by using a CMS but you have lot of choices. Let us take a look at the top 4 CMS that you can learn, watch this video: https://youtu.be/nKNOyVXFrDw
Often we encounter problems when hosting Drupal site on shared servers like webfaction. The PHP version that we used while development of the site is not there on the hosting server. If you are using webfaction then the steps below can be used to switch your site's PHP version. Create a symlink to the version of php you want. ln -s /home/php-cgi/php56.cgi php56.cgi This symbolic link will work for webfaction. Check with your hosting provider the location of php56.cgi file path.
There are times when you want to make want to make a site which when access through a particular place will show particular content or specifically speaking when accessed from different domains will show different content.so in this blog i am going to tell you about the domain module which can be used to show different content to the user according to the URL referred. Before reading I would recommend to read this. Here are the steps 1. Install Drupal as you do normally
Views is a very powerful module of Drupal. You can use it to show data in various ways which is not easily possible. Today we are going to tell share with you the two advanced and powerful features of views namely Relationships and Contextual filters. Relationships Relationships are basically a fancy way of saying that table A will join with table B in order to retrieve data related to it from there and the join will happen on some common field in both tables.