Is it possible to set up stories so that as soon as the story is created, it has 3 tasks associated with it? We have the same three tasks for every story and I don't want to create those tasks every time I create a story. Please advise.
Thanks!
Hi Audry,
Currently there is no way to to create the story with the subtasks automatically. What I can recommend to remedy this would be to create a python script with your thrww subtasks defined that call to JIRA's REST API to create the tasks. Another option would be to create a GreaseMonkey extension in JAVA that would do the same thing.
Here are a couple of documents on JIRA's REST API for your reference:
https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+Tutorials
https://developer.atlassian.com/display/JIRADEV/JIRA+REST+APIs
Cheers
-- oops just saw that it applies to the ondemand type, i havent used them at all and i'm not sure my below answer applies, please check
Its not available out of the box.
You have two choices.
use this commercial sollution
JIRA Create on Transition Plugin
Or
create your own plugin that creates these multiple tasks during the create issue event or any transition event of your workflow.
cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On demand does not allow custom plugins.
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.