Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,552,518
Community Members
 
Community Events
184
Community Groups

Proposal for "Time-In-Status" Monitor

I've asked the Community a question or two about this topic already, along with continuing my investigation through topical research. I've discovered Custom Fields for Issues, and I have formulated an approach that I'd like to sanity-check:

  1. Create two custom fields in our Kanban board Issues:

    1. Status_Start: Time field to capture current date/time upon issue transition
    2. Status_Elapsed: Time field to hold computed time since "Status_Start"
  2. Create two rules:
    1. On_Transition
      1. Capture current date/timestamp (via Now() JQL function)
      2. Reset Status_Elapsed field to "0"
    2. Daily (@EndOfDay/@StartOfDay)
      1. Compute "Time in Status" = Now() - "Status_Start"
      2. Generate notification if "Time in Status" > Predefined Threshold (x Days)
        1. Notification could be email to board admin(s)
        2. Question: Would like to have a visible indication within each Issue (Flag? Color?); is there a preferred method for this?

 

0 comments

Comment

Log in or Sign up to comment