- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2023 10:42 AM
Hello,
There exists a few metric definitions that I want to display/utilize/track. For example, there is this metric definition that was created that tracks: "How long an agile story in rm_story was in each respective state". This is a great metric.
How do I utilize it? For example, how do I show these metric definitions for my agile stories in the rm_story table? What do I need to do to integrate these metrics?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2023 10:56 AM
Hi @jasonchavez ,
You can use this metric definition for reporting purposes. You can create a Database view connecting metric_instance table and rm_story table with a key field that connects both tables. Based on this database view, you can create reports.
(Adding screenshots where I created database view for task and metric_instance table. Added some conditions too.).
Thankyou,
prithvi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2023 10:56 AM
Hi @jasonchavez ,
You can use this metric definition for reporting purposes. You can create a Database view connecting metric_instance table and rm_story table with a key field that connects both tables. Based on this database view, you can create reports.
(Adding screenshots where I created database view for task and metric_instance table. Added some conditions too.).
Thankyou,
prithvi