Top "Jira" questions

Questions tagged with [jira] should be related to interacting with Jira programmatically.

Get all Jira Issues for a specified Project

I am using Jira REST API to get all the Issues in Jira for a specific Project. I don't want …

jira jira-rest-java-api
Find issues that were ever assigned to me

I am trying to create a filter to search for all issues that were ever assigned to me, even after …

jira
JQL: Get list of sprints

Is it possible to get a list of sprints for a particular project ? I know there is a way to …

jira jql
How to integrate Jira with GitLab CE?

We have self hosted GitLab CE and Jira, we want link git commit with jira issue link git commit with …

jira gitlab jira-agile gitlab-7
JIRA Plugins: What do you use?

JIRA is a very extensible bug/task tracking tool. As such, newcomers feel lost as to what plugins they should …

plugins jira
Jira Quick-filter to show all task with subtasks assigned to current user

Currently, I have a quick filter to show me my task that does this: assignee = currentUser() This works ok, but …

jira jql
{"errorMessages":["Unexpected character (''' (code 39)): expected a valid value

I found "Query using POST" from here. And tried to use curl command from command like. Installed curl by refering …

json windows rest curl jira
QA team uses HP Quality Center, Dev team wants to use JIRA -- will this work?

Our QA team uses HP Quality Center for defect tracking, test plans, etc. The dev team really detests Quality Center …

bug-tracking jira issue-tracking hp-quality-center
Jira jql query to search for tickets that status changed to a particular status after a date

I need to filter on tickets that went into status a status of RTT after a particular date. These tickets …

jira jql
how to create JIRA quick filter where assignee is Unassigned

I defined a unassigned user in my JIRA account and now I can assign to unassigned user. when I want …

jira