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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.