Hello,
My query is something like this
project = "project-name" AND issuetype = Task AND summary ~ "Create High Level Estimate"
What changes should i make?
Also i want to create a query to show all EPICs that have a Task with Task.Summary ~ “Create High Level Estimate” and Task.Status <> Completed
How do i achieve this ?
Thanks,
Ashwin
It's achievable using Script Runner plugin
https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html
JIRA Agile users can query on epic links, eg find all Epics that have unresolved stories:
issueFunction in linkedIssuesOf("resolution = unresolved", "has Epic")
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.