Hello,
In my organization, I've recreated all the queues. Now they correspond to the teams in my organization.
I'd like to associate the “Team” field automatically with the ticket manager.
I tested several possible solutions in JQL, but none of them worked.
I created my automation rule as follows: When: ticket assigned -> Then: Modify ticket fields
JQL code: { “fields": { “Team": ”{{issue.assignee.team}}” } }
Knowing that my Team field is locked by default and I can't find a way to unlock it.
So I can't select it as a value to modify for the second module.
Thanks for your help
Hi @Beraud romain ,
while it should be possible to set the Team field in automation if you have the ID of the team, there currently is no way using smart values (as you tried) or even API to get the Team of the assignee.
I don't know how useful it would be if it was possible, as a user can be a part of multiple teams, so which one would you choose?
If you can find a way to (for instance) match group membership of the assignee (which you can JQL for) to specific Team IDs, you could update the issue accordingly.
You can find info on how to update the Team field here.
Not what you want completely, but this is as far as it goes at the moment according to my knowledge.
- Tessa
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.