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
2
votes
1 answer

Get the sprint list with start and end dates

I am looking for a rest API to get all the sprints with their respective start and end dates. I can get the list of sprints using the API rest/greenhopper/1.0/sprintquery/boardId?includeFutureSprints=true&includeHistoricSprints=false and the sprint…
Hamid Shahid
  • 4,486
  • 3
  • 32
  • 41
2
votes
1 answer

Use target version for release planning in JIRA

We have JIRA issues with the following fields: Affects version - version where issue is noticed Target version - version in which we want to fix the issue Fix version - version where issue is really fixed The release planning is based on the fix…
Antiohia
  • 1,142
  • 13
  • 37
2
votes
2 answers

Access JIRA Agile sprints with JIRA REST Client api

Does anyone know about how to access JIRA Agile sprints with JIRA java REST Client api or in some other way with java. 1) I am trying to retrieve JIRA data (projects, sprints, issues etc). i need a way to query the projects, sprints with different…
lch
  • 4,569
  • 13
  • 42
  • 75
2
votes
2 answers

Jira Development - Agile Project configuration under version 7.1.7 of Jira

I´m writing because it´s been really difficult to understand the Jira Development Environment, given that there are many differences between 6.x and 7.x versions and the documentations not always is accurate, as far as I could see as a starter in…
Elder
  • 41
  • 1
  • 5
2
votes
1 answer

Jira: How can I make images part of my ticket description?

I have set up an email account which receives emails and creates ticket in Jira against each email. Now if email includes any pictures as part of email body then I want to show them as part of corresponding ticket body in Jira. Currently they are…
Sara
  • 69
  • 2
  • 10
2
votes
2 answers

Programming JIRA to show # of bugs and calculate time spent

I would like to program a filter in JIRA to show the number of bugs for a sprint and also calculate time spent. I have tried a number of the current reports but they do not automate this calculation. Has anyone successfully done this? I would prefer…
Bethany Minor
  • 57
  • 1
  • 8
2
votes
2 answers

JIRA JQL: Get all tasks due on, or before, the closest future Wednesday

How do I create a JQL query, for a JIRA Agile swimlane, that displays all tasks due on the closest Wednesday in the future. For example, today is Monday and I want to see all tasks due on Wednesday (in two days). If today is Thursday, I want to see…
JeredM
  • 897
  • 1
  • 14
  • 25
2
votes
1 answer

Is there a way to display reviewers information of any given issue in the Jira Scrum Board cards?

Currently, developers have to: click on each card within the "In Review" status in the Jira Scrum Board click on the "Reviews" tab click on the review link finally they are able to see who the reviewers are (if any) I would like to be able to see,…
aleafonso
  • 2,244
  • 8
  • 38
  • 58
2
votes
1 answer

Linking project and board together with Jira API

I'm working on an app which includes the Jira API (and agile API). I need a list of projects (this is no problem), I use : https://example.com/rest/api/latest/project?projectKey=TA and then I need to be able to click on a project and give me a…
CharliesHeron
  • 105
  • 15
2
votes
2 answers

Scrum - Burndown - What happend when the remaing hours is 0 but the story is not finished

I'm new on Scrum, and I have a question about Burndown chart. Where I work, we use the burndown chart with remaining hours (not points), so I have a question about what to do when a task consume all the estimate hours but it is not finished. For ex:…
Faabass
  • 1,394
  • 8
  • 29
  • 58
2
votes
2 answers

Two JIRA Boards for One Project with One Seamless Workflow

I am setting up a project using JIRA Agile for my team. I am using Scrum methodology. Our team is split into two groups. Those requesting the work, and those doing the work. I ideally like to have two boards for our team. One board would be a Sprint…
mariocatch
  • 8,305
  • 8
  • 50
  • 71
2
votes
0 answers

In Jira I want a Kanban board where all issues belong to an Epic with a status of "In Progress"

I'm using Jira Agile, and I'm trying to use a JQL search to select issues where the owning Epic has a particular status value. I've tried the linkedIssuesOf() function, but that doesn't seem to work. Any suggestions?
cweng50
  • 21
  • 2
2
votes
2 answers

In Jira Agile, when moving an issue in the sprint, how can I get prompted to enter Log Work?

Please look at the image below. We work with Jira Agile and sprints. We move issues through different columns in our work flow. But we ALWAYS forget to log how many hours we've worked on specific issues. Is there any way to have Jira prompt me the…
Weblurk
  • 6,562
  • 18
  • 64
  • 120
2
votes
0 answers

Can I extend Jira Agile with a plugin to add a new panel, like "Versions" and "Epics"?

I would like to extend Jira Agile to add a new panel. You know, like the built in filter panels on the left of a boards plan view "Epics" and "Versions". A panel to allow filtering and summarizing on topics other than Epics and Versions. I've worked…
David P
  • 29
  • 1
2
votes
2 answers

Find issues by "Epic Name" = empty not working

I have a set of Epics that of which some do and some do not have a value for 'Epic Name'. The field is a required field, but it was not when these issues were created. I want to query all Epics for which Epic Name is not filled out. What I have…
Spork
  • 1,631
  • 1
  • 21
  • 37