- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2023 03:03 AM
And how can we create a agile metric to capture total analysis effort .., If any example please do suggest
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2023 03:17 AM
Hi @Trupti Krishnam ,
By creating a database view connecting the metric_instance table and the rm_story table, you can use this view to gather data related to Analysis Story Points and track the analysis effort. This data can be used for reporting and analysis of your Agile process.
To get exact number of Analysis Story Points assigned can vary between teams and organizations, as it's a relative measure. The key is to use it consistently to track and manage the analysis effort effectively in an Agile environment.
Please mark it as solution proposed and helpful if it works for you.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2023 03:17 AM
Hi @Trupti Krishnam ,
By creating a database view connecting the metric_instance table and the rm_story table, you can use this view to gather data related to Analysis Story Points and track the analysis effort. This data can be used for reporting and analysis of your Agile process.
To get exact number of Analysis Story Points assigned can vary between teams and organizations, as it's a relative measure. The key is to use it consistently to track and manage the analysis effort effectively in an Agile environment.
Please mark it as solution proposed and helpful if it works for you.
Thanks,
Anand