A customer wishes to copy the Jira default Custom Field "Team" to another Custom Field. I figured this would be easy and use Calculated Test Filed (by JWT). I entered the following for the calculation::
"Team is %{10202}" where 10202 is the "Team" field
Well this gives me back an integer index versus the actual string Team field.
So instead of seeing "Team is Test Team", I am seeing "Team is 624"
Is there a way to take this index and convert it to the right Team string? I assume its stored in array?
Unfortunately we don't offer that type of support for that field. However, in our next release, which is coming pretty soon, we are adding support to the Advanced Roadmaps' fields and you will be able to easily copy it!
In the meantime, if the count of teams is not too big, you can use as a workaround our function getMatchingValue() to copy it just like this:
getMatchingValue(%{10202}, ["1", "2"], ["NameTeam1", "NameTeam2"])
In the second parameter you should write all of your Team's IDs, and then in the third parameter you should write all of their names in the same order, so the function will read the Team's value and it will return its name.
Cheers,
Sergio.
Thank you Sergio, I will let the customer know and see if they can give me the list of Team names so we can proceed with your recommendation. Appreciate the time!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Sergio,
It's been over a year since you mentioned new release, which should supposedly ease the use of the "Team" field. Had it ever happened? Thank you.
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.