Hello, my name is Ravi Sagar, I am the principal consultant and founder of Sparxsys Solutions. We are an Atlassian Consultancy company based in the UK, India and UAE. We help companies get the most out of Atlassian tools like Jira, Confluence, Bitbucket and we specialise in automation, integrations, Forge app development, ScriptRunner for Jira and Cloud migrations.
This is Pune which is a really beautiful city near Bombay, there was a time when I used to travel quite a lot in India. Many years ago I started providing consultation around Atlassian tools. I consider myself lucky that I got the opportunity to travel and also to work with many companies across India.
I was hoping to travel to India this month but as we all know things are different all across the world. AUG Pune invited me to speak and do a session. Although I would have loved to do that in person but I will settle with an online session this year.
Topic: Improve Jira Ticket Quality with Dynamic Fields in ScriptRunner
Date: 23rd August 2020
Time: 10:30 BST (15:00 IST)
RSVP: Click here
Let me share more pictures :)
Session pic
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.
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.