How to change Status field as a Dropdown instead of button?

Ram Malapati January 11, 2018

In Issue screen, rather than selecting the status of issue by clicking buttons I want to make Status field as a dropdown with all Issue Statuse's in it as dropdown values. How can I acheive this?JIRA community question.png

 

 

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 11, 2018

Code, and quite a lot of it.

Status is not a trivial "field" with a bit of data in it.  Jira is built on a workflow engine designed to track your process and status is a very important part of that.

A drop-down simply is not good enough.  You would need to think about all the conditions every time somebody clicked it, and then how to "commit" a change, followed by a look at the validators, triggers, post-functions and screens involved.

You could code for all of this.  But it would take a while.

Suggest an answer

Log in or Sign up to answer