The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am trying to automate a checklist style list in the description section of a Jira ticket. Or, automate tasks to populate in the ticket. The end goal is to automate a checklist of tasks that can physically be checked off.
Any ideas would be welcome! Thank you.
Another option could be to use; https://marketplace.atlassian.com/apps/1220209/issue-checklist-for-jira-free?hosting=cloud&tab=overview
A little more complicated to automate but the checklist values are exposed in Jira's RESt API.
Easiest way would be to create a set of sub-tasks that can be physically moved to "Done".
Either via a manual trigger/Create Sub-task or at the start of each Sprint etc...whatever suits your situation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I ended up using Tasklist for Jira because that is what we have in our instance. It worked by using automation to create the task itself, then in the description I used
{tasklist}INSERT NAME OF TASKLIST{tasklist}
this did the trick, thanks everyone
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Everyone, In this roundup we combine all the jira automation rules to sum up story points across different issue types. We start from the lowest level, summing up story points from sub-tasks t...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.