Hi all,
I'm trying to set custom field Sprint_Age for to indicate for how many Sprints ( 2 weeks) that issue remains active (not Closed or Done).
Do you think it's possible, So if issue in its 3rs sprint Sprint_Age =3.
I'm trying to process it via automation scheduled for each 2 weeks, but got lost how better do this. I can probably process number of days since created_Date and divide it by 14 days.
I feel that it should be some other smarter way to do this.
Thanks
Dima
Sprint field is labels type field. I mean it is a list.
If you want to create an automation, {{issue.sprint.size}} would help you to count the number of the sprints.
reference: https://community.atlassian.com/t5/Confluence-questions/Counting-the-number-of-sprints/qaq-p/2490484
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could do this with an automation rule or a marketplace addon / app which supports calculated fields.
For an automation rule, one question is: when do you need the value available? The answer will determine which trigger to use for the rule. For example...
Inside such rules, the number of assigned sprints could be found with {{issue.sprint.size|0}} although you may need to consider how to handle any assignment errors for miscounts.
As an FYI, I would consider this a "diagnostic measure": something that is measured to help identify and solve a symptom of a problem. (e.g., the root problem may be challenges with backlog refinement, sprint planning, delivery focus, etc.) I would use the diagnostic to have conversations with the team in a retro to learn "why" stories carry-over so we could improve. Eventually when the root problem is addressed, the measure is no longer needed.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Bill,
do you have in mind any particular app for this ?
Best
D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, I do not; I have not used any marketplace apps for calculated fields.
You may search here to learn what is available: https://marketplace.atlassian.com/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.