541 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
5
votes
1
answer
795
views
How to set up JIRA as a generic task server in IntelliJ IDEA?
Looks like Atlassian have finally removed support for the classic JQL search REST API used by IntelliJ IDEA.
Request failed. Reason: "The requested API has been removed. Please use the newer, ...
0
votes
1
answer
100
views
filter all Stories which have a Subtask set to Done
I like to run a JQL query in JIRA but I dont use Scriptrunner so the function issueFunction is not available. I need to get all Stories which have a Subtask = "Intake" which has a status of ...
0
votes
0
answers
51
views
Confluence wiki markup for Xray 'Test Runs Summary' macro
I'm trying to embed an Xray Test Runs Summary report on a Confluence page using wiki markup. I have the Xray for Jira app installed and integrated with Confluence.
I'm attempting to use syntax like ...
0
votes
1
answer
80
views
Getting data from jira
I'm not sure if this is impossible or I'm doing something wrong.
I have a team of about 20 - 30 people. Outside of our normal sprint work, we have bugs that come in for on call engineers. I want to ...
0
votes
0
answers
71
views
Getting the Feature Link (Epic Link?) value using REST API JQL
Hey all I am trying to figure out how to get my Feature Link value from a JQL using the REST API.
When I do:
/rest/api/2/search?jql=sprint in openSprints() AND assignee="bob"
I get a lot ...
0
votes
0
answers
54
views
How can I do a JQL search for a specific whole word, without also grabbing stories that include that as PART of a larger word?
I'm trying to search for stories that have a specific database table in their summary. For example, let's say that the table I'm trying to find referenced in stories is called "data_table". ...
0
votes
0
answers
72
views
JQL in Jira - find all user story with Closed
I want to write JQL in Jira that find all user story with Closed status that have test cases with a resolution set as "Unresolved" and marked as "Passed".
This is my first attempt:
Create filter = ...
0
votes
0
answers
43
views
JQL Contains ~ operator issue with hyphen
I'm trying to retrieve all issues containing the summary prefix "issuing-dashboard-ui". I'm running the following query:
project = RELEASE AND status = Done AND summary ~ "issuing-...
0
votes
0
answers
49
views
Jira Query Language for Structure Board
I have to update capacity calculating formula for my team members for each quarter manually. Instead of doing this manual work I want to assign some variables on top of my code. Thus I can only update ...
1
vote
0
answers
119
views
Setting up a pre-receive hook so that when a pull request is created, if the Jira ticket has a "blocked"
I am using Bitbucket Data Center version 9.4.
My Bitbucket Data Center is directly integrated with my Jira.
Currently, I want to configure it so that when a pull request is created, Bitbucket checks ...
0
votes
0
answers
125
views
In JQL, how to get the list of epics whose creation date and resolution date belongs to same week
In JQL I want to get all those epics of last year whose creation date and resolution date belong to the same week.
0
votes
0
answers
390
views
JQL to find all epics that have child issues that are part of a different project
Lets say that we have project called Project1.
I want to list all the epics that are in Project1. that will be
issueType = "Epic" and project = Project1
Now I want to do something like
List ...
1
vote
0
answers
79
views
Filter issues where due date is earlier than created date using native JQL
In my JIRA project, I need to identify issues where the due date of the ticket is earlier than the start date using native JQL. After some googling I realised we cannot compare 2 dates using JQL, we ...
0
votes
1
answer
84
views
JIRA custom filter in board to select all userstory subtask if a certain assignee is assigned
Im trying to create a custom filter on my JIRA board to select all the subtask in the user story when a certain person is assign so basically display all the subtask in the userstory
im trying to use ...
0
votes
0
answers
65
views
Jira REST api error when searching for created date
I am making a RESP api call to the JIRA api, searching for reporter and project, this works correctly but if I add a "created" date I get an 'Exception: Invalid argument' error.
Working ...