I’m Charlotte, a support engineer at Appfire and I’m here to help you. Unfortunately, natively, you’ll not be able to do it dynamically. In the app where my team works, JQL Search Extensions for Jira, you can use this query to get all issues in the sprint plus linked issues to...
The limitation with this query is that it only returns results for one issue. If you want to find linked issues for more than one issue, then again we have to turn to the ScriptRunner app from the Atlassian marketplace. Anyway, back to what you can do with core JQL. If you want to ...
A more complex query might look like this: project = "TEST" AND assignee = currentUser() This query will find all issues in theTESTproject where theassigneeis the currently logged in user. It uses theprojectfield, the EQUALSoperator, thevalueTEST,theANDkeyword and thecurrentUser()function. ...
However, you can customize like 'do not resolve if linked issues are not resolved..' etc using commercial plugins leslie.kneafsey September 8, 2022 What commercial plugin is that? We are looking to solve this too. Like Reply Suggest an answer Log in or Sign up to answer Still have a ...
Find issues where Time to First Response has completed at least one cycle:"Time to First Response" = completed() componentsLeadByUser() Find issues in components that are led by a specific user. You can optionally specify a user, or if the user is omitted, the current user (i.e. you...
Associations that come out-of-the-box are: blocks/is blocked by clones/is cloned by duplicates/is duplicated by relates to All linked issues will appear on each issue. This makes it easier for teams to navigate between connected work and showcase dependencies....
approval = myPending() Find all requests that require approval:approval = pending() Assignee Search for issues that are assigned to a particular user. You can search by the user's full name, ID, or email address. Syntax 1 assignee Field Type USER Auto-complete Yes Supported operators = ,...
Find issues where Time to First Response has completed at least one cycle:"Time to First Response" = completed() componentsLeadByUser() Find issues in components that are led by a specific user. You can optionally specify a user, or if the user is omitted, the current user (i.e. you...
Usage: jql [options] [query] Options: -h, --help output usage information -c, --custom <name> Filter by custom jql saved in jira config Using jira sprint functionality, you canget issues tagged in a sprint eg. jira sprint -r YOUR_RAPIDBOARD -s STRING_TO_SEARCH_IN_SPRINT_NAME tag ...
Easily create tests as a new Jira issue or from one of the existing issues. Your test steps can display in linked issues for increased transparency. Now with dark mode support! Find and report bugs easier See all the data you need while executing the test to find potential defects easier...