I want to create automation for the following:
I want it to look at the parent link to see what the Team is (Using the number identifier for the team) to add it to the Story or Task created
The team field is not available to change so I have to write it in advanced and must admit, writing json is not one of my strengths. Any guidance or recommendation would be greatly appreciated
Hi @michelle.purcell ,
While I have not attempted to use the Team field in any automation it is my understanding that it is not supported. A quick check of JAC which seem to validate that - https://jira.atlassian.com/browse/AUTO-525 .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @michelle.purcell We've tried to use the built-in Team field with no success. Instead, we've created a custom single-select field we call "Agile Team". This supports using the team names in JQL as well as in automation. Usual disclaimers apply: YMMV, deuces are wild, etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yep that is the best approach until Team matures IMO.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As an aside, we've also defined Jira groups with identical names, so you can do JQL queries like:
`"Agile Team" = "A-Team" AND assignee not in membersOf("A-Team")`
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.