In a previous article, I showed some screenshots from my Jira Code, Snippet, and Example Library. I use Confluence to store my frequently used JQL queries, automation rule smart values, and other r...
Hi everyone, I'm trying to create a smart formula for a Jira Structure column and hope you can help. My Goal: I want to display the status of a Test from within the context of a specific Test...
We all love JQL (Jira Query Language). It is the heartbeat of Jira, allowing us to find exactly what we need, when we need it. But often, bridging the gap between complex search logic and automatic a...
...hich changes You must open each task manually, which takes time and makes it hard to compare changes. Search (JQL) JQL helps find tasks based on: specific project status assignee d...
Hi, I am trying to write a custom jql. But the precomputation functionality is bit complex to implement for my usecase. I can't store all precomputation ids and the parameters and check every one o...
Hi, I'd like to use the fixVersion WAS (or similar) functionality to filter for issues that used to be tagged with the fix version I select in my rich filter controller (with Fix versions dynamic fil...
...uild such JQL which detects that ASSIGNEE field is empty for X days?
Hi Community, I have setup a Jira Rule > Scheduled Trigger where - if issue remains in Done status without any changes on status from last 1 day, then an email is send to Reporter. Now, I want t...
Hello everyone, we are trying to make use of the filter menu to generate queries to extract all open tickets. We are implementing many queries to make the most of subscriptions so that we can automat...
I need ideas for a JQL Filter that displays zero (empty) time logged against ACTIVE work items assigned to that user for that current day.....Preferably a list of all users that have zero hours l...
Hello Atlassian Community! 👋 We’re excited to announce some improvements to how you interact with teams in Jira JQL and basic search that makes your queries more readable, intuitive, and v...
Hi all! I am currently doing an automated mail reminder if collegues do have mulitples stories in progress. For that my automation uses a JQL, but I have a problem, my query also hits the field f...
...bsp; I can form the URL to make an initial JQL query to return issues but I don't think I'm authenticating correctly prior to the query. Is there somewhere I can look to see an up to date example of a...
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...
Copied to clipboard