Our Current Scenario:
- Scripted Single Issue Picker Field: "Client Project Category Name"
- This field resides on all issues within a project and provides a search of all active Client Project Category type issues within that project.
- We need to create a "child of" link between the current issue and what ever issue the user selected from the "Client Project Category Name" custom field.
This field can be updated at any time and is not tied to a workflow as a result.
We looked at behaviors, but it appears that listeners may be the best place to do this. I am new to groovy and unsure of what to place into our script to create a child link between 2 issues when that custom field is changed.
Any help would be appreciated.