I need to Automate the Team value based on the Assignee of the story
I have set up team in JIRA and added members to the team , now i want to automatically assign the team when a assignee from the team is assigned to the story
need to do the below
when change assignee in the story
Then check the team of the assignee in jira
Change the team value to the assignee team
interestingly enough, I was just commenting on a previous post related to your post here. How-do-I-configure-an-automation-rule-to-set-the-Teams-value
the issue, I believe, is that we do not yet have the ability to use JQL to assess if the user in a user field is a member of a team or return the Team(s) that a user is a member of. Here are a couple of open tickets
Hi there,
when you say "Team" do you mean a team created from the "Search People / Teams" function or a group created via Jira Admin?
Am struggling to think of a way to achieve this other than creating an if assignee = "Joe Bloggs" then [set team} automation but it would be difficult to maintain especially if your teams are big.
Cheers,
Phil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Phil Arnold Yes i am referring to "Search People / Teams" function in JIRA
The solution that you suggest would work creating if clause to check assignee and assign the team by that would needs to be updated every time we have a new member gets added to the team or someone leaves
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Exactly. Not ideal for sure. If you go this route I would add an else ate the end that sends an email to the 'rule admin' to indicate 'no team found for assignee'. This will allow the admin to inspect and update the rule as needed.
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.