The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Time in status - Duration between statuses

Alexandre
December 8, 2023

Hello,

Via the user interface, it is possible de create a duration between statuses with more than 2 statuses : e.g. you can define 2 statuses as "TO" statuses and 2 statuses as "FROM" statuses. As it is explained here : https://dev.obss.com.tr/confluence/display/MD/Tis+v4.26+-+DBS+Metrics

However, I am trying to do the same thing with the REST API. I know how to create an API call with 1 status for each parameter (To & From). But I did not know how to create my API call with more than 2 statuses.

It is possible ?

3 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Alexandre
December 12, 2023

Hello, someone shared this solution to me. It is working for me :) 

[
 {
  "name":"Resolution+Time",
  "from":{
   "id":[
    "1",
    "3"
   ],
   "order":"first"
  },
  "to":{
   "id":[
    "5",
    "10001"
   ],
   "order":"last"
  }
 }
]
1 vote
Valeriia_Havrylenko_SaaSJet
Atlassian Partner
December 12, 2023

Hi @Alexandre  !
I don't know how to do it with that app, but my team created add-on exactly to create a duration between statuses with more than 2 statuses. Add-on called Time Between Statuses . It measures connections in workflow, through a transition time in specific issues. 3 tools to analyze Cycle and Lead Time in the Jira_3.png

You can customize your Cycle and Lead Time reports by adjusting the app interface fields such as: 

  • Type of Project
  • Date range
  • Time Format
  • Multi Calendar (to configure non-working hours and different calendars.)

You can also set up highlights of values that exceed the permissible level, and in this case, you can receive highlighted issue and email notifications.

image 99.png

Add-on has a 30-day free trial version and free up to 10 users. 
Please, let me know if you have any questions

Hope it helps 😌
Valeriia

0 votes
Alexandre
December 12, 2023

a

TAGS
AUG Leaders

Atlassian Community Events