I created one customfield. Here I need to display both issuetype and status. The format is like issuetype/Status
Ex: Task/Sprintqueue
You can do this with an Automation rule and no need for an addon app.
Just use the smart values {{issue.issuetype}}/{{issue.status}} for the custom field when you edit it.
Hi @thumuluru.shreya ,
Yes, it is possible! You can use ScriptRunner for Jira and, using the Jira API, you can store the value in a custom field. For example, you can create a custom field that displays both the issue type and status in the format "IssueType/Status," like "Task/Done."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Heenaben Sardarbhai Chaudhary , Can you give me the scriptrunner code which is working or snippet. Can you please help me on this and also when the transition is in close to open when we change it should get update defaultly the transition in that custom field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.