Questions tagged [jira-agile]

Jira Agile, formerly known as Jira Greenhopper, is the Agile taskboard, planning and reporting add-on for Jira. It integrates into Confluence as well and together these products provide a complete solution for agile development and documentation management.

Jira Agile, formerly known as Jira Greenhopper, is the Agile taskboard, planning and reporting add-on for Jira. It integrates into Confluence as well and together these products provide a complete solution for agile development and documentation management.

267 questions
0
votes
1 answer

JIRA Rest API not returning all results

I am using the JIRA Rest API Calls to fetch in JIRA Agile related metrics such as RapidViews, Sprints, Velocity Charts etc. I am able to execute the API's using the REST Client, but I do not get all the results and get only limited results. For ex:…
Adithya Kumar
  • 159
  • 1
  • 2
  • 12
0
votes
1 answer

Get Mandatory Transition Fields Jira Rest Java Client

I want to get the Fields necessary for a particular issue to make a transition from Open to Resolved and Resolved to Closed. Any ideas on how to move forward with this ? All I see of the internet are examples of adding custom fields.
Kandarp Gandhi
  • 279
  • 2
  • 14
0
votes
2 answers

How to connect to Jira backend?

I am new to Jira. I have worked on QC, we could mass update test cases or defect. I need something similar in Jira, where I could mass update the tasks.
Nisha
  • 15
  • 5
0
votes
1 answer

jira hsql database have been corrupted

my hsql database of JIRA has been corrupted due to power-jerk, we have been trying to recover this Hsql database but we haven't found any proper solution yet.is there any way to recover this database?
raj patel
  • 3
  • 2
0
votes
1 answer

Previous sprints shown when creating new board

When I'm creating a new scrum-board for my project all the previous sprints are shown? How can I make JIRA-Agile to start with a set of new sprints(sprint 1).
Bj Blazkowicz
  • 1,157
  • 9
  • 20
0
votes
1 answer

JIRA jql to get all users who have touched a ticket

I had been trying to get the list of all issues who had been assigned to some one else at some time and changed at present I had tried this piece of code assignee was "UserA" and assignee != "UserA" It would return all issues that this user had…
Krish Krishna
  • 317
  • 3
  • 15
0
votes
1 answer

JIRA Burn Down and Burn Up together

we are using JIRA and Agile Board so we estimate the user stories with story points and JIRA takes care about burn down. However we have also Tasks (not in user stories but single tasks) and bugs which can not be estimated in story points. After we…
i-developer
  • 441
  • 4
  • 12
0
votes
1 answer

Is there a way to retrieve all stories for any epic that contains a string in jira's jql?

I have a problem in which I need to generate a dashboard for a large feature which comprises multiple epics. I would like to be able to search for all of the stories, maybe even technical tasks as well, under any epics which contain the feature…
Rusty Weber
  • 1,541
  • 1
  • 19
  • 32
0
votes
2 answers

Jira Agile: How to report by Epic, by Story/Parent, by Subtask?

I would like to get a summary report of my sprints and what happened with my tickets. I'd like to see aggregations by epic, then by story, with the leaf level being the subtickets on a story item. Is there any way to do this? I Can get the…
AnneTheAgile
  • 9,932
  • 6
  • 52
  • 48
0
votes
1 answer

Do i need to create an add on for my jira instance if i want to create a mobile client for it?

I am planning to create a mobile application and plan to talk to with my JIRA instance using rest api and after digging through rest api for JIRA 6.1.3 , i have a doubt whether do we need to create a plugin for JIRA instance if i want to create a…
0
votes
1 answer

How to delete epic relation link using REST api for greenhopper/JIRA Agile?

To add epic relation link I have used this request and body but I want to remove it using rest API. /rest/greenhopper/1.0/epics/AG-3/add {"ignoreEpics":true,"issueKeys":["AG-19"]} This will add epic link relation for AG-3. AG-19 will be added as a…
Hiren
  • 242
  • 1
  • 9
0
votes
1 answer

Jira Filter for multiple Columns

I have my project called ”Service Del” in Jira, Every thing worked fine before when project was not getting bigger and bigger. But now i want some special type of filters. I can use filter project = "Service Del" ORDER BY Rank ASC and can see all…
abidkhan303
  • 1,761
  • 3
  • 18
  • 31
0
votes
2 answers

How to send POST request to JIRA for creating a Project through REST api

I am working on integration JIRA api, how can i create a new project into JIRA through api from api documentation i can see end points for listing the projects and some other project related activity, but there is no any end point to create a new…
Ashish-BeJovial
  • 1,829
  • 3
  • 38
  • 62
0
votes
0 answers

JIRA - Outgoing EMail Queue Issue?

JIRA Doesn't send a Issue mail and all mails are moved to error mail queue and none of the receiptent receive any mails.and we made the refresh mail queue to 60 secs for resending error mails in queue but no luck. Please kindly anyone help on this…
sudhakaranR87
  • 210
  • 4
  • 14
0
votes
1 answer

Unable to configure JIRA in eclipse mylyn task

I am trying to configure atlassian JIRA eclipse plugin. Getting following error. Anyone has solution for this ?
Jigar Shah
  • 2,576
  • 6
  • 31
  • 53