Is it possible to default a Task custom field based upon a value set in the Story it is contained within? I assume via the use of JQL...
Scenario:
Given a user is viewing a Story
And the Story that has a custom field ('Team') set to a particular value ('A' or 'B')
When the user selects to create a Task
Then the Task custom field ('Team') defaults to the same value ('A' or 'B')
Hi Chris L,
If you use ScriptRunner for JIRA you could create a postfunction script that set the custom field value after the "create" transition, and base the value of the custom field on the specified Story.
Let me know if you need more details.
Thanks, Jon
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.