I want to track no of bugs linked to my stories or tasks.
Any dashboard gadget where it shows stories and no of bugs under the stories?
Or
I just need the numeric number of bugs linked to particular story through automation of something?
Any suggestions on this?
Hi @K Rahul
There is nothing built-in to help with such counting as JQL is not a SQL, such as with features to help count things. For workarounds...
You could investigate marketplace addons / gadgets for dynamic counting fields or display of rollup counts.
Another approach is using automation rules, as you noted. This would require adding a custom field and updating it when linked issues (or their types) change. Please note, for up-to-date measurement this will require several rule executions per issue, so discuss this approach with your Site Admin before implementing it. For less accuracy (and impact on rule usage) a scheduled trigger rule could update the issue counts once per day.
Kind regards,
Bill
Hey @K Rahul
You can use a JQL like below to get a list of linked issues:
issue in linkedIssues(<Issue Key>, <Link Type>)
However, the issue here is that this will accept only one issue key at a time.
You will have to explore Marketplace apps that offer extended JQL search functionalities or dashboard gadgets. Some app suggestions in the below community posts:
Thanks!
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.