Counter between transitions of 2 states in workflow

MIGUEL ANGEL SOLIS PEREIRA September 11, 2019

Hello,

Within my workflow I have the Test and Development states I need to know how many times the Isssue passes through that state.

Summary:
I need a counter between workflow transactions

Can someone please help me

1 answer

0 votes
Tuncay Senturk
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 14, 2019

Hi @MIGUEL ANGEL SOLIS PEREIRA 

Unfortunately, Jira does not have such a property itself, however you can achieve by

  1. using plugins such as Enhancer Plugin's  Status counter feature
  2. you can define a number custom field and increment its value in every transition that target status is the one you want to count (Test / Development)
  3. you can write your own script looping around all issue status changes and returning the count by Script Runner plugin

Hope it helps

Best

Suggest an answer

Log in or Sign up to answer