Update custom field based when Assignee is updated

Punisher February 18, 2016

I have a customer field called Scrum Team. It is a drop down with 5 teams. When some assigns an issue to someone, I want the Scrum Team field to be automatically changed to the appropriate Scrum Team. Could I store what Scrum Team a user is in someplace and then call it to update the Scrum Team field when they are assigned? We are using Cloud.

 

1 answer

0 votes
Boris Georgiev _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 21, 2016

One way is to implement a webhook which will be called on issue update and then try to set the appropriate team through the JIRA REST API

https://developer.atlassian.com/jiradev/jira-apis/webhooks

Suggest an answer

Log in or Sign up to answer