Change Issue Status based on Custom Fields

Max von der Nahmer September 9, 2014

Background

  • 10 Issue Statuses
  • Agile Board with columns based on these statuses

Questions

  1. Could we add 2 custom fields to each issue for Business Value (BV) and Stakeholder Value (SV)?
  2. Is it possible to sort Agile Board Columns based on issue fields. We have one column for each status. Example for Sorting ob Business Value: SORT BY BV DESC 
  3. Is it possible to change the issue status if a custom field like BV (Business Value) has been filled?

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.
September 9, 2014
  1.  Yes, as long as they have different names
  2. Yes, and you could put in more than one sort clause
  3. Not directly.  You could add conditions to a workflow to stop people doing it.  Or find/write a listener that could intercept "field has changed" and then trigger a workflow transtion.

 

Max von der Nahmer September 9, 2014

Hey Nic, thank you! Could you please describe how to implement the column sorting (2). Where exactly can I specify this?

Max von der Nahmer September 13, 2014

Could anyone explain how to sort Agile Board columns based on issue fields?

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.
September 13, 2014

Add "order by" clauses to the end of the JQL that is behind the board. E.g. if it currently says "project X", then try "project X order by field Y"

Suggest an answer

Log in or Sign up to answer