we are using a Custom field as size which contains small, medium and Large options. The issues created in Jira ex: user stories and tasks will be updated with this Custom field. we need a gadget which will give committed vs completed issues in every sprint based on the size field.
can you suggest any gadgets or plugin that we can get the dashboard?
Hi @Balakumar
Welcome to the community.
What do you mean with committed vs. completed? How does this related to setting a sizing related option within a Story work type.
And how does this relate to the information you want to see?
Can you elaborate on what your exact expectation is?
committed vs completed - Issue type, it can be user stories or Bugs or tasks
There is no way to directly use JQL for the same.
Ex: if a user story is in sprint 2 and while completing the sprint , uncompleted user story will be moved to sprint 3 however, while executing JQL , the same usert story is showing in DOne status in both the sprints
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Balakumar
This is normal behaviour.
The issue has been in Sprint 2 and 3 and the isue now has status "Done".
JQL finds the issue based on status, not based on status in a sprint. The sprint field shows in which sprint this issue has been in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Balakumar
You can often get a good view of this by using JQL to filter by sprint and then grouping by status, or by creating separate gadgets for "Committed" (e.g., in progress or to-do status at sprint start) and "Completed" (e.g., done status at sprint end).
Also you can check our widgets for more advanced visualizations.
— Habib, Plugio team
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.