Hi, I'm trying to add the "Opened bugs" metric to the scorecard.I have bugs attached to individual components and if a component has a bug open for more than x days. I want it to be displayed in the metric. I can't find a guide anywhere that describes this. Can this be done at all? Or at least something similar?
I think you could use a jira automation rule to do this.
Trigger: Schedule
Action: Lookup Issues - write a JQL that returns recently created issues
Action: Send web request - Send a metric value: https://developer.atlassian.com/cloud/compass/rest/api-group-metrics/#api-compass-v1-metrics-post
Hi Lukáš,
Thanks for your question. I really like this idea!
Right now, you can't connect Jira information to metrics/scorecards. However, this is something we've discussed and are interested in for the future. They seem like a natural fit, especially since you can now use Compass components in Jira and create Jira issues from various places in Compass.
Do you have any additional context about how you'd use this information? For example, if you could connect Jira info to components, how would you use it? Would you connect it to scorecards? Would you review it each week? etc.
Thanks,
Al
Compass PM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A use case would be to have resolution SLA for customer issues.
For example
Critical issues reported by customers 7 days SLA
Minor issues reported by customers 90 days SLA
Customer reported issues are usually assigned to a component during the triage. Cortex.io supports Jira issue integration has part of component and team scores.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also, pull out bug counts using a filter (e.g. types of bug, types of issue), or design debt such as stories labelled as 'descoped'.
I assume no workaround other than API before Codegeist? :)
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.