Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Dinamically change new task subject/title

aneriondono
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 15, 2020

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

1 answer

0 votes
JimmyVanAU
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.
March 15, 2020

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)?

Suggest an answer

Log in or Sign up to answer