I have created the Backend and frontend teams for each user story. Now i need to JQL extract the report with % of work done by each team. Can you please me with the query.
JQL query required.
Hi @Raghu Kitu welcome to the community. Please provide a bit more detail on what you're trying to accomplish here. I would suggest if you're looking for % of work complete based on parameters that you have a look at Dashboards and the Dashboard Gadgets to achieve what you are looking for.
For example one Jira story have efforts estimated for 4 days and 2 teams example a and b working on the story and I have divided by 2 teams by component A and B in Jira.
In Jira we can see total % completed but from the above example i need Team A and Team B efforts individually from the JQL query.
Can you help me with the JQL or other way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can do better than that, I can give you what you need to do it for yourself :)
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.
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.
Have you tried?
If yes what have you tried? And what are your results?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have tried this JQL query and basic search but i will not able to get the % of Work completed for each component in Jira assigned to 2 teams working on same stroy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's the same story, how is Jira supposed to know how to break that down? Have you broken the work down into sub-tasks by component?? If not you sliced the work by team using the component field, but there is no actual work breakdown. As far as the components are concerned they both have a single Jira issue associated to them. One component is not going to take into consideration the other component and it's work effort it's only going to care about the Jira tickets progress. As far as the Jira ticket itself it doesn't see two teams it sees two components associated to the work. What version of Jira are you using? There are ways to address what you are trying to achieve, but not in a base design (meaning no customfields and scripting to handle the breakdown, or plugins)as you've described above. At least none that I'm aware of. Depending on your Jira instance you may have Advanced Roadmaps that will allow for Team assignment instead of trying to use Components for that.
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.