Currently we have the possibility to create "Multiple subtasks" linked to an Issue. Unfortunately the created subtasks cannot be assigned to different sprints...
So, as I would like to be able to assign them to different sprints, do we have a way to create in that case "linked Issues" ?
How to create several linked Issues in one shoot (similar to subtasks)
I have used the Script Runner in that way :
ScriptRunner workflow function - Clones an issue and links (condition & additional actions apply). Issue will be cloned to project same as parent, with issue type: Task
Clones an issue and links with
Condition set to 'CFT analysis' in cfValues['Needed Analysis']*.value
Target Issue Type = Task
Additional issue actions set to issu.summary = 'CFT analysis: ' + sourceIssue.summary
Issue Link Type = To be analyzed by
I would like to redo it for several values in the condition and according the condition change the summary of the created task for example
Clones an issue and links with
Condition set to 'Sys analysis' in cfValues['Needed Analysis']*.value
Target Issue Type = Task
Additional issue actions set to issu.summary = 'sys analysis: ' + sourceIssue.summary
Issue Link Type = To be analyzed by
To not have one post function per condition, how can I put everything in a single script? can you tell me?
Thank you in advance
C.Maillé
You could use script post-function provided by ScriptRunner plugin. Can you use this plugin?
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.