As JIRA user, i want to filter for issues where I'm assigned to a acc, in order to create an overview of my open acc in issues in which I'm not the issue assignee.
tl;dr "Basic" search isn't so basic JQL ("Jayquill") is awesome (link to Atlassian's JQL documentation) Come learn it with me in this free, live training One of the biggest sources of f...
...IRA_API3_SEARCH_ENDPOINT = f"{JIRA_URL}/rest/api/3/search/jql" # --- Authentication --- auth = HTTPBasicAuth(JIRA_EMAIL, JIRA_API_TOKEN) # --- Headers --- HEADERS = { "Accept": "application/json", "C...
...cript that identifies and removes all inactive users from a given user picker field — in our case, the “Visible to” field. The script works as follows: It accepts a JQL query — for example, s...
Hi, I need help with a JQL query, please. I'm having trouble with “not in.” I feel like there's been a change, or maybe I've been using it wrong all along? For example, I have this JQL: p...
Searching Jira issues just got a whole lot simpler! With Smart AI for Jira, you can now turn plain English requests into precise Jira Query Language (JQL) queries, no JQL expertise required....
Searching Jira issues just got a whole lot simpler! With Smart AI for Jira, you can now turn plain English requests into precise Jira Query Language (JQL) queries, no JQL expertise required....
Hi, in my company, with JQL, I can search for issues I'm watching or I'm not watching but I cannot search for issues watched (or not) by a given person. Is that a Jira feature or simply a local policy?
...eturn this data and just have JQL support my use case.
Hi all I am admin on a Jira Cloud project and we are using Xray Cloud for test management. I have recently joined the beta for the new JQL functions that adds JQL functions to Jira issues with the X...
Without the right tools, managing Jira projects can be like navigating uncharted waters. If you find yourself struggling to keep your projects on course and your teams aligned, mastering JQL s...
Hi there, I am hoping to get some assistance with the Assets objects field configuration. My goal is to filter asset objects in this custom field based on the Request Type of the JSM wo...
Hi, I search a workitem that contains the key to another workitem in his summary field. This JQL query does not return any results However, I have a issuethat exists with "d...
Hi, Dear colleagues, I couldn't write a JQL, that will find epics, that don't have linked issues and don't have issue in epics. Could you please help?
Title: Jira DC v10.11 Can plugins provide argument autocomplete for custom JQL functions? (ClauseValuesGenerator vs. FunctionValuesGenerator) Body: Greetings. Our marketplace app “CCC Last C...
Hi Referring to this deprecation notice https://developer.atlassian.com/changelog/#CHANGE-2046 I changed my code to call .../search/jql instead of .../search but now I am getting a 401 on m...
...would like to show a total count of tickets closed today and that were still open yesterday. The original JQL that gives me the list of overdue tickets is: filter = XXXXXX AND "Target End" <= e...
I want Jira to send emails when a fix version is 4 days or 2 days away from release. I see there is a standard template for issues. However, I want to use it for version Does this JQL work? V...
Hi there, I need help from a real expert in regards to Jira JQL filtering and/or ScriptRunner Extended Search. What I am looking for is basically a filter that shows results based on: currently l...
I have been using a remote client to generate JQL queries to my instance of JIRA, and today JQL queries are suddenly broken. it has been working flawlessly for YEARS until now. upon s...
...omplete picture. Here’s a short checklist of team performance metrics and how to track them with JQL queries. We will also briefly show how to address the JQL gaps using the Issue History for Jira app....
...ou then follow the hyperlink. However, I want to list these Jira issues, containing these custom fields, as the result of a JQL query but when I do so, only the short code/display text is visible for t...
i am using the /action items quite a lot in the description. How can i search for unchecked action items followed by some string? e.g. my Ticket looks like below and i am looking for all tickets, wh...
I am using a Rovo Agent to provide stats on our sprints. I'm having issues getting the agent to produce correct and consistence results on the total count by status. The JQL produced by the agent i...
...ith tracking overdue tasks or blocked work. Where to find it: Filters → All work items → Use JQL or Basic Search. User Workload Report What it shows: User workload report helps i...
Copied to clipboard