Hi
This might be a repetitive question . Had tried to figure out through this portal & also by searching on the internet . Not able to figure how to go about it .
During inception of Jira there are where task created without creating story . Over the period of time we have streamlined & are following epic-story-task based flow.
But We would like to figure out task without story & streamline it as well
Are there query for
a) Query to figure out task without story
b) Query to figure out task without story user wise
Thanks
Aravind
I think this queries may help you
a)project = "Your project name" AND issuetype = Task AND issuetype != story
b) project = "Your project name" AND issuetype = Task AND issuetype != story AND assignee = currentUser()
The content b is only for the respective user who has assigned the tasks to the current user only if we need a query for other users then we need to mention their mail id instead of current user.
Thank you so much . It works like a charm
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.