You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I've noticed that I cannot see Team (which is a Advanced Roadmap field) via Jira automation.
I would like to paste there value of my custom field Team Name.
In general we're using Team Name (custom field) all over the Jira and we would like to find a way to link it with Advanced Roadmaps Team. Otherwise I need to store this value twice.
I will appreciate any hints.
Thanks,
Anita :)
See example below. you could build something like it, but instead of looking for the reporter, it could look at your custom team field. It could be an If/else condition rule where each else is another team to shared team mapping.
Alternatively you could replace your custom team field with shared teams. You would just need to do a per team bulk edit and then hide/remove the custom field so people have to adopt the new Team field.
Hello @Curt Holley - you reply was very helpful.
I would like to make if/else...where I'm checking if shared team name equals values:
If value = Team-A
{label = team-A}
If value = Team-B
{label = Team-B}
This way I will then fill in my custom field base on the label value...also labels are used for the teams by another tool Im using - BigPicture.
Are you able please to advise how such expression would look like?
I'm not a programmer and was trying to find a way for that...
Thanks in advance,
Anita
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can I confirm.... you want to compare the "Shared teams" Team field to a label that is being used for denoting team info, but you also have a custom field of Team/s.
Also, it sounds like you have both Big picture and Advanced Roadmaps and you want team continuity across both.
Do I have all of this right?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello - first of all apologize for delay. Thank you for taking your time on answering me.
Yes you got it right @Curt Holley
Advanced Roadmaps shared team field - we just started to use it, we would like to check if this tools isn't better for us for capacity planning than BigPicture.
Team Name (custom field) has longer history and is used by several boards, filters etc and when we change this field...we also change the team label. Team labels are used by BigPicture - this can be easily managed by automation.
This idea I asked you about is the best that came to my mind....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok then @Anita Domańska
If you want to trigger the automation from the shared team field to check a label, then update the custom field...., then something like this:
Where Team = Shared teams in Jira (and team 6 is the START-AT team). Teams is your custom field and (in this case) "START-AT" is the relevant label.
But you could swap the trigger around, or do a scheduled run to catch and update nightly or whatever.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Curt Holley thank you a lot.
Thanks to your advises I managed to link 2 fields in automation and now Team name updates Shared team name.
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.