Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi Team,
I need to calculate the number of days the issue was in particular status. I checked the below link, but it is showing the result in format of weeks, days, minutes..
I am using Script runner plugin. Could you please help me in getting number of days as a integer value in the field
Please check Script runner library. IMHO this can be helpful - https://library.adaptavist.com/entity/count-the-time-an-issue-was-in-a-particular-status
Regards,
Seba
This code returns the time in Week, days format.
my requirement is to have only number of days.
For example,
If the total time in that particular status is 10 days, then the code is returning 1W 3D
But I am expecting 10 in the field
Could you please help me
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.
@Suvidhaa Subramani as I see script return time in seconds. What I see from your example is that Jira is converting time to this format. Please check type of your field and see this doc how to fix this - https://community.atlassian.com/t5/Jira-Core-Server-questions/Time-Spent-Display-format-change/qaq-p/1302371
Regards,
Seba
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I changed my duration field to number field and converted the milliseconds answer to days. It worked
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.