I want to be able to automate a rule that will create a user story every month called Release that will also contain 11 sub tasks.
I can schedule a user story to be created every month but i cant link the creation of sub tasks to that user story. I don't know how to use JQL (I've removed my project name from the screenshot)
Hi Owen - Welcome to the Atlassian Community!
This should do the trick for you. Just keep adding your sub-tasks until you get all 11 in. The branch will cause the sub-tasks to automatically be attached to the parent.
This didnt work for me it creates the story ticket but cant create the sub tasks:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There was an issue with my server so rules weren't running. I've tried it again and this method works when i try the rule out, thanks very much for your help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
so as i can understand
you want to create a link to the story from the below Subtask
correct me if am wrong
then you can "add a field "Linked issues" in the below subtask automation
and select before or after which you want and
Copy paste this smart value to link the issue {{createdissue.get(0).key}}
i hope this works
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to automatically create a story ticket that has 11 sub tasks every month. I dont want to link tasks to it i want them nested within the user story like sub tasks do. When i tried adding the linked issue to the sub task step i selected "relates to" and only have the option to select "trigger issue", i dont have the option to insert{{createdissue.get(0).key}} anywhere.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The user story is created but not the sub tasks:
Issues created successfully:
LC-1248
Error creating issue:
Issue type is a sub-task but parent issue key or id not specified. (issuetype)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.