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

Minimum hardware requirements for JIRA Software, Confluence and MySQL?

My company is considering a self-hosted option for a combination of JIRA, Confluence and MySQL running behind an nginx proxy. We are a very small team of 5, and expect extremely mild usage for now. I hardly even expect any concurrent usage at this…
Asu
  • 1,723
  • 2
  • 21
  • 32
1
vote
3 answers

How to handle unplanned items in JIRA/Greenhopper

I have setup Jira and Greenhopper and set up an initial sprint. I have mostly done scrum during my years via a whiteboard and face-to-face communication. I wonder how I should handle unplanned items using greenhopper? I don't just want to add a New…
inquam
  • 12,664
  • 15
  • 61
  • 101
1
vote
1 answer

Restrict JIRA project access from one project to other project

We have multiple projects in JIRA, lets say Project A, Project B, Project C, Project D etc. Recently I was requested to create a new Project E, But I don`t want Project E members to access all other projects( Project A-D). Earlier, I used to…
Hitesh
  • 4,098
  • 11
  • 44
  • 82
1
vote
1 answer

How can I get the data to create a burndown chart from Jira Greenhopper?

How can I get the data to create a burndown chart from Jira Greenhopper? I want to create my own burndown chart with my own graphics. Is there an api I can get the current and historical task data?
Jamey McElveen
  • 18,135
  • 25
  • 89
  • 129
1
vote
2 answers

Integrate Atlassian Jira with SVN

I use SCM Manager as SVN server for project in office. Recently, I decided to set up a issue tracker and project management, so I install Atlassian JIRA 7.1.4 and FishEye 3.8 . To link each SVN commit with related issue, Jira can parse commit…
F.Sajadi
  • 21
  • 6
1
vote
1 answer

Weighted Issue Prioritization in Jira

I'm a product manager, so I want to be able to collect data on my issues in Jira and automatically see a calculated priority value of this issue: I have a set of standardized metrics that I can apply to my tickets: Urgency, Count of users impacted,…
J Daw
  • 11
  • 2
1
vote
1 answer

What is the best practice to update the Original Estimate in Jira?

I would like to get few clarification of Original Estimate Field in JIRA. I have started my work with 5d original estimate. After completion of second day, I have logged 2d of work. Current: Original Estimate: 5d Remaining Estimate: 3d Logged:…
Pandiyan Cool
  • 6,381
  • 8
  • 51
  • 87
1
vote
1 answer

Jira Agile board sprint icon displays wrong point count

You can see the in progress icon display 76, but 76 is the resolved issue points, how do I fix this display issue
Tony
  • 351
  • 4
  • 16
1
vote
0 answers

Jira Querying Epic By Issue Custom Attribute

Background I have created a custom attribute in Jira, say "MyAttribue", and I have set on various issues in jira. For my kanban board, I made a simple query to pull in all issues with this type, MyAttribue = "MyValue", and set the board to set…
Nixx
  • 370
  • 3
  • 20
1
vote
2 answers

Effective versioning of Components in Jira/GreenHopper?

Is there a best practise or recommended method of versioning components of a project? Just I may have an EnvironmentServices project with components SpecificService1, SpecificService2... each of these children have independent versioning. What is…
tomahawk
  • 249
  • 2
  • 9
1
vote
1 answer

Sort JIRA backlog by ticket# asc/DESC?

I've been absolutely stumped on how to sort our backlog by our ticket#, IE: EX-100, EX-101, EX-1000, EX-2000 etc. Any idea how to do this? I tried via the quick-filters through: project = "Example" ORDER BY key ASC. I'm stumped.
1
vote
2 answers

Can i have test management tool named Xray while i have older one named Zephyr?

In my project, test cases located in Jira Zephyr. I have some troubles with Zephyr as you know ( lack of preconditions for test cases, native support for BDD ...). So I decided to switch test management tool to Xray. I haven't found any solution to…
1
vote
1 answer

git - when I checkout I get the bare repo, not my branch

I am using bitbucket with a properly set up bare repo established by bitbucket several years ago. A medium-sized team of experienced developers have been using this bitbucket project sucessfully for about 5 years. Until yesterday, I was having…
Stato Machino
  • 1,120
  • 3
  • 13
  • 22
1
vote
1 answer

How to copy and create test case from JIRA?

How to copy and create test case from JIRA. Currently I am creating test case as Create-->Project(XXX)-->Issue Type(Test) .In this way I have created test case with 8 test steps.Now I would need to create new test case by copying the previous test…
user5167985
1
vote
1 answer

Using JIRA Rest API to get a list of all users on a board instead of project?

Is there a way to do this, or is it even possible to view all users (members of a JIRA board) on the actual application? My workaround for this right now is to query for all issues grab the creators and assignees throw them into a list if they're…
ynot269
  • 305
  • 2
  • 14