Free courses

SOAP vs REST: Which one is…

Mastering ScriptRunner for…

Mastering Advanced Roadmaps (…

Mastering ScriptRunner for…

Jira Core Server Fundamentals…

Mastering JIRA 7 Buy Now

Latest Video

Latest Comic

Not sure if you know about #LBRY or not but it is an alternative to YouTube. I started syncing my videos over there. I am also in a process of setting up #PeerTube instance to host videos on my videos own server. In case you want to follow me on LBRY here is the link: https://lbry.tv/@ravisagar:d
I just updated my course which has 100s of videos on ScriptRunner for Jira. Take a look at this page to get started with your learning. The course is free so enjoy and let me know how is it.
I am seriously thinking of moving to PeerTube. I found that there are way to also sync your YouTube videos to PeerTube and that would be great. Let us see how it goes. I will update you guys. Till then enjoy.
Enjoy the game :)
Wondering how to quickly and easily install docker on your Mac. Use brew! brew install docker or brew cask install docker Simple. Isn't it.
You can install Syncthing on your mac using brew. brew install syncthing Then start the service. brew services start syncthing Open http://localhost:8384/ in your browser and you are done.
Some time back Dreamhost stopped supporting PHP56 and moved to PHP7.x by default and some of my sites stopped working. However there is a way to run those old site. Just add the following lines in your .htaccess file. AddHandler fcgid-script .php FCGIWrapper "/dh/cgi-system/php56.cgi" .php Enjoy! but upgrade them to Drupal 8, if your client is paying for it ofcourse.
There was a question about sending issue details and all the comments added on the issue as an email using script post-function. Solution 1. Try this for priority. ${issue.priority.name} 2. For last comment try this. ${com.atlassian.jira.component.ComponentAccessor.getCommentManager().getLastComment(issue).body} For all comments try this. <ul> ${com.atlassian.jira.component.ComponentAccessor.getCommentManager().getComments(issue).collect{'<li>'+it.body+'</li>'}.join('<br>')} </ul> If your code is more than one line then try something like this. <%  def lastComment = com.atlassian.jira.component.ComponentAccessor.getCommentManager().getLastComment(issue…
Seems like kid will stay at home for more time. Teaching kids at home is really thought and I was trying to find some interesting downloadable worksheets on various topics like Maths, English and general studies but I couldn't find good free options so the last few months of have been working on creating my own worksheets which I will also release. Do let me know if you are interested.
I made plenty of videos on my YouTube channel just focussed on Portfolio for Jira, those videos are structured properly as a course that you can take to learn Advanced Roadmaps. However YouTube is not always great and it is easy to get lost. So you can follow that course here on my site. Here is the link to the course. Apart from the videos you might also find quizzes to validate your learning and some important articles to help you. Enjoy.

Subscribe

* indicates required

Please confirm that you would like to from Sparxsys:

You can unsubscribe at any time by clicking the link in the footer of our emails. For information about our privacy practices, please visit our website.

We use Mailchimp as our marketing platform. By clicking below to subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. Learn more about Mailchimp's privacy practices.

Want to contact me?