/
Functional : Event Handler

Functional : Event Handler

1. Objective

On any issue event, update the custom field “Responsible Team” by fetching property (same name as custom field ) for Assignee / Reporter

2. Features

  • Responsible Team is added as a property in Jira

  • This property will be used to update a custom field with same name

  • Custom field will be updated on any issue event

  • On any issue event, the value of the property with name “Responsible Team“ is fetched and updated to a custom field

3. Process

 

 

Note: Below are few questions which needs to be addressed.

  • On issue event, is it fetching property of both assignee and reporter? Or any one of them?

  • If it is fetching property of any of them, then where are we defining it?

  • Where are we defining that the property must be updating a custom field called “Responsible Team“ when, provided the fact that there is no mapping in the app

  • Are above things hard coded?