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
1
vote
2 answers

System user Story vs Task

We are integrating our portal P with another third party web application W. The W will be displayed in our portal inside a modal popup. One of the obvious user stories (let's call it US1) As a user U when click a button B, W should be displayed as…
user9445
  • 455
  • 5
  • 15
1
vote
1 answer

Customize JIRA for a hierarchical workflow model

What is the data model for an issue in JIRA for software projects? Is the hierarchy as follows - project->epics->stories->subtasks? I want to create a Project management board with multiple stages . In this project, you can proceed to the next stage…
iceman
  • 4,211
  • 13
  • 65
  • 92
1
vote
2 answers

JIRA Process for Splitting User Stories into Smaller User Stories

In Scrum, there is the process of backlog grooming, which, in-part, deals with the breakdown of epics/big user stories into smaller stories that are easier to estimate and consume within an individual sprint. In JIRA Agile, I am looking for the…
Mackers
  • 1,039
  • 8
  • 21
1
vote
2 answers

Jira Plan Board: filtering by label hides epics and story points

I have a Jira Scrum board and when I use the following JQL query for it, I cannot see the epics or story points in the plan board: Team in ("Team 1", "Team 2") AND labels in (sprint8-candidate) ORDER BY Rank ASC but if a remove the label…
skeniver
  • 2,647
  • 6
  • 28
  • 34
1
vote
1 answer

JIRA Active object Exception

I am newbie in jira active object implementation. I found the error when implementing active object using jTrick http://www.j-tricks.com/tutorials/active-objects-injection "Unable to create new reference…
1
vote
1 answer

JIRA Importing/Updating subtasks

Im somewhat new to JIRA (skill level novice) Jira v 6.4.8 JIM v 7.0.12 I am attempting to import issues using the Issue->Import from CSV (bulk create tool) I have a defined ticket CM-1 as a parent ticket. A generic CSV looks like this Summary,…
TheDoc
  • 11
  • 1
  • 3
1
vote
1 answer

Jira: estimate of story = sum of estimates on subtasks under the story

I just started using Jira and can not seem to figure out how to automate calculation of hours on "Story". I create Stories and under them subtasks with estimated time. Was expecting by default to get sum of subtasks estimates as an estimate for…
Mindaugas
  • 1,173
  • 5
  • 15
  • 31
1
vote
1 answer

Close subtasks when parent task is closed in Jira

I'm beginner in Jira, so please sorry for simple question. How I can make Jira close subtasks when parent task is closed. And other way round, when parent task is closed, close all subtasks. I'm trying to do that simple, without ScriptRunner…
muzafarow
  • 926
  • 3
  • 12
  • 32
1
vote
1 answer

JQL expression to select all epics that contain recently updated stories

Is it possible to structure a JQL expression to select all epics that contain stories updated within the last 2 days? If so, what would this expression look like?
MarcF
  • 3,169
  • 2
  • 30
  • 57
1
vote
2 answers

Is it possible to use Custom Issue Type as Epic in JIRA Agile

We already have set of IssueTypes and are following Agile Scrum. Now, we're planning to use JIRA Agile. It is mentioned in JIRA Documentation that EPIC is an issue of Type "Epic". But, since we're a considerably sized BU with few projects - we would…
R Kaja Mohideen
  • 909
  • 1
  • 8
  • 24
1
vote
2 answers

Fixing Jira Kanban Board Task can't move or close issue

I created a task on jira (agile) by using kanban board but, I couldn't move it to "in progress" column. Finally I found the solution. You can see the problem and the solution step by step via pictures. The problem is this: Follow the topic to find…
fatihyildizhan
  • 8,614
  • 7
  • 64
  • 88
1
vote
2 answers

How do I share artifacts at project level in JIRA?

How do I share artifacts (e.g diagram and docuement) across the entire project, not just at issue level at JIRA? Something like a common area for posting information.
Cheng Ping Onn
  • 687
  • 1
  • 8
  • 17
1
vote
1 answer

Render Jira Agile Burndown in chartist.js?

Issue I'm using json data from jira to render a project's burndown chart. For reasons I won't go into, I can't use the built-in Jira Agile charts. I'm using chartist.js to render the burndown but I'm running into troubles and would appreciate a…
John Gordon
  • 2,181
  • 5
  • 28
  • 47
1
vote
1 answer

How can I track metrics on who does code reviews in JIRA?

I'm working on a project that's got a great JIRA setup and awesome buy-in of everyone for the agile development process. The issue I'm having is that tickets stack up in code review. I'd like to be able to see who code reviewed what, much like I can…
Andrew C.
  • 410
  • 3
  • 10
1
vote
0 answers

How to manage one giant TFS team project which has multiple projects in JIRA

I could not find a solid solution where the situation and condition are very rare. We have a big project that has multiple projects (vs solutions) in TFS. They had some reasons that they decided to begin as one project where I can see the…
Semanur Konezoglu
  • 63
  • 1
  • 2
  • 11