The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Objective:
Get Advanced roadmaps to display all the items in a certain project with projected sprints.
Actions taken:
I have created a project specific Advanced Roadmap. As far as I know, in order to see the sprints and projected sprints on top of the roadmap, I needed to group by Team. I have created a Team in Jira.
Problem:
When trying to set up automation to set the Team field to “Loyalty” for all the new issues, Jira only allows to select “Team[Dropdown]” and not “Team[Team]“. I’ve tried doing it via JSON too, but it doesn’t recognize the field any way I’m putting it and I don't have the field ID, as it's not a custom field.
What I see when selecting the Team field in the automation:
What I want to see is the Shared Teams we have configured in Jira for the organization:
Expected result:
Any issue that is created in the project updates the little progress bar on the sprint in Advanced Roadmaps.
You have to set the team using the team number, like I show below. If you need to figure out how to get your team number for a team, take a look at my answer in this post: Locating your team number
I really appreciate your response. Unfortunately, that was one of the variations I've tried before and it brings me this error.
I've tried this with and without spaces, with and without quotes, lower case and uppercase and camel case. Any syntax I've tried brings the same error: Additional fields contains invalid field(s) in 'update' or 'fields' section: Team
The screenshot below confirms that the team number is correct. I'm getting the 228 issues as I should be.
I'm probably missing something stupid, so I'd really appreciate your guidance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello there!
I took some screen shots for you in hopes that these will guide you on assigning a specific team when an issue is created.
In my example, I automatically assign all new bugs to a specific team. The team is number 177 (a.k.a. POC Team A).
Here are the three screens:
1. The configuration screen for the automation showing the Team field being set to 177.
2. The Audit log showing a new bug being added.
3. The resulting issue screen showing that the new bug has the team set to 'POC Team A'.
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.
Hi @Rick Olson, I appreciate the follow up. As per my 2nd comment, I have already tried that (and retried just now). The validation on this query fails.
{
"fields": {
"Team" : "14"
}
}
Here's the screenshot.
In the comment above I have also attached a screenshot confirming the team number is correct.
I have tried to make the rule specific to an issue type. That doesn't work either. Same validation error.
Can you post your query here, so that I can try just by copy pasting? I really don't know what else to do :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi everyone, We’re always looking at how to improve Confluence and customer feedback plays an important role in making sure we're investing in the areas that will bring the most value to the most c...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.