Free courses

Jira Core Server Fundamentals…

Mastering ScriptRunner for…

Start your Jira learning here…

Mastering JIRA 7 Buy Now

SOAP vs REST: Which one is…

Mastering ScriptRunner for…

Latest Video

Latest Comic

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.
I clone some public repositories on my computer and then make changes to it but those changes are important for me so I want to version control them as well. The idea is to one repository to pull from and another repository to push to, you can do that by adding a separate push repo url. git remote set-url --push origin https://USERNAME@bitbucket.org/ USERNAME/REPO.git I hope it helps.
So this is it - #Portfolio is now #AdvancedRoadmaps #Atlassian Check the video here.
Couple of years back I was introduced to the idea of POSSE. It was basically after reading Dries post. Apart from videos I post pretty much everything on my blog. This blog has the following types of content. Notes: Short updates, checkins and photos Blogs: Long articles I of course use heavily on this site taxonomy and views to organise the content. This site is currently managed using Drupal Compose projects and now I have a workflow from local to production and it makes adding new features very easily. Coming back to the topic - I post my content here and I then syndicate it elsewhere, you can know more about it on this page -> POSSE. I am quite happy with this approach and it definitely feels good to be in control of your content. There are things like videos…
Pink Rose
Weather has been great in the past few weeks and whenever there is sun, the flowers blossom. There are plenty of flowers in our garden. I clicked few pics as well.
Video page
Today I spent some time redesigning the videos page on my website. The page now has a grid of videos and I feel it makes it easier for the visitor to find the videos. This is in continuation to the work I was doing on this site to make the content more organised.
Lot of people ask me this question about mock test when preparing for Jira Administration exam. We as an Atlassian experts or anyone with these certifications are not allowed to share anything beyond what is mentioned on the certification portal. I however make lot of content around Atlassian tools. I have hundreds of videos and content online that people refer to. I am in a process to organise all that content in a way that can be treated as a learning path or in simple language a course. People land on YouTube videos after searching and that is fine but if someone wants to learn something then there should be a path that he/she can take, starting from getting started to mastering that skill. When consuming a content a good way to revise key aspects of that content (video or article ) is…
I use the media module on this site to embed videos from my YouTube channel but the rendered videos were not responsive. I was lazy for over a year but today I thought of fixing it. Quick search on google and I found this link. .field--name-field-media-oembed-video{   position: relative; }   .field--name-field-media-oembed-video:after {   content: '';   display: block;   padding-bottom: 56.25%; }   .field--name-field-media-oembed-video iframe {   position: absolute;   top: 0;   right: 0;   bottom: 0;   left: 0;   width: 100%;   height: 100%;   margin: 0; }

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?