Hello,
I would like to dynamically change issue subject/title depend on dropdown field
For example
My issue screen has drop down list with values
1 - Consulting
2 - Fix
3 - Service
and if i choose Fix the title of task will be Fix
Do you need it to be dynamically updated during the time of data entry, or is changing it afterwards OK?
If changing afterwards is OK, use Automation for Jira, it's much easier to use.
If you need to dynamically update it so the user can type something, then you can use Scriptrunner.
It is also worth asking why the summary needs to be updated. Can this problem be solved in other ways? Can you display the custom field value where the summary is displayed? Can you create new issue types and display their icons (probably most heavy handed solution esp if you're not using a different workflow/custom fields)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.