Questions tagged [greenhopper]

Greenhopper is an agile development add-on for Atlassian's bug tracking software JIRA.

Greenhopper adds new features for agile development methods such as Scrum and Kanban to JIRA. It displays issues and subissues in an index-card like style, allowing physical project-management workflows to be replicated in an online, distributed team.

Greenhopper also allows for time tracking abilities as well.

On the 26th of August 2013, Greenhopper got renamed into JIRA Agile.

44 questions
20
votes
6 answers

Sprint versions vs Release versions in Jira and Greenhopper

When using Greenhopper with Jira, it is clear that Greenhopper is using the "fixed in version" field in the Jira issues to represent which scrum sprint the issue is being worked on. This in itself is a bit hackish, because an issue can conceivably…
harms
  • 8,628
  • 4
  • 27
  • 27
9
votes
1 answer

How to get JIRA Agile issues assigned to the current sprint for the current user using the JIRA REST API?

I'm getting started working with the JIRA REST API. I've learned how to get all the issues assigned to the current user: rest/api/2/search?jql=assignee=currentuser() ...now I am trying to filter those by the current sprint. I think this…
Andrew
  • 196,883
  • 184
  • 487
  • 673
7
votes
1 answer

JIRA Greenhopper - How to set the 'Flagged' custom field of type “Multi-Checkboxes” in a Workflow Transition's Post Function

In our Jira (v4.4) we are using Greenhopper (v5.7.4), as such Greenhopper makes use of the Flagged custom field to mark Impediments, it is of type "Multi-Checkboxes". Whilst transitioning from one state to another we are using a pre-installed Post…
Fairy Bower
  • 251
  • 2
  • 11
7
votes
4 answers

Tracking user stories in JIRA / Greenhopper

If anyone is trying to do agile, i am trying to figure out a way to use JIRA / Greenhopper for this. We are a global dev team so the distributed nature is crucial here. We were initially using Scrumworks but the team complained that they had…
leora
  • 163,579
  • 332
  • 834
  • 1,328
5
votes
10 answers

Software tool for agile project management

We user JIRA for bug tracking and release management and we have started using greenhopper for project management inside of JIRA but one thing that it lacks is the idea of user stories versus tasks in those users stories. Does anyone recommend…
leora
  • 163,579
  • 332
  • 834
  • 1,328
4
votes
3 answers

Remove an issue from an Epic

Using Jira with GreenHopper. The issue is not visible on the SCRUM board because it was closed in a past sprint. The issue should not have been added to the Epic in the first place. We want to keep our Epics clean and remove tasks that do not…
Adeynack
  • 910
  • 8
  • 17
3
votes
1 answer

Is it possible to retrieve Non Working Days using Greenhopper api?

I've developed a Jira plugin (a post function) which is working fine. What I'd like this plugin to be able to do it to retrieve the Non Working Days that have been been previously saved using the Greenhopper plugin in Jira. Is there a Greenhopper…
enormace
  • 581
  • 2
  • 5
  • 18
3
votes
2 answers

Atlassian GreenHopper and Release Management

We are playing around with Atlassian products and I have prepared an agile sprint using GreenHopper, and little confused with the flow. Here is how we are doing the current development at my office: Developers completes the issues assigned to…
Aneef
  • 3,041
  • 9
  • 36
  • 61
2
votes
1 answer

JIRA - Show story dependencies on Greenhopper cards

We have some 250 stories for an upcoming project, entered into Jira/Greenhopper. Some "Business stories" depend on certain "Tech stories" being completed before they can be started. The dependencies have been created using the conventional Jira…
Ben
  • 5,977
  • 9
  • 38
  • 58
2
votes
2 answers

In JIRA (Greenhopper) how do you directly access the greenhopper stored data to calculate Velocity?

I'm trying to use SQL, REST or the Jira Api to find out what the velocity of a project is at any current moment in time. Right now I am trying to find the total number of story points assigned/completed for each sprint and version and from this…
skyllo
  • 365
  • 3
  • 18
2
votes
2 answers

Creating or getting a burndown chart with JIRA GreenHopper API

We're having the JIRA GreenHopper Agile extension installed. Using the web interface of JIRA it is possible to take a look at burndown charts. I'm having a Silverlight app, where I want to display a burndown chart based on the data in JIRA. This,…
Daniel
  • 421
  • 2
  • 9
  • 19
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
  • 5,763
  • 16
  • 52
  • 101
2
votes
2 answers

How to remove the Agile section from all view screens

We are doing a custom JIRA project now, for the view issues screen, we want to remove the Agile section (under the People and Dates section) on the right side only for one certain project. (Because for JIRA instance, greenhopper feature is…
ttt
  • 3,534
  • 5
  • 38
  • 71
2
votes
1 answer

What is the difference between a JIRA task and a GreenHopper Technical Task?

I am getting started with JIRA/GreenHopper to implement my personal Scrum. However, I would like to know the difference between a JIRA task and a GreenHopper Technical Task.
David Andreoletti
  • 3,552
  • 3
  • 27
  • 47
2
votes
1 answer

Get Version hierarchy using Web Service API

The Greenhopper in Jira allows hierarchy of versions(Parent- child relationships between versions). Setting up Version Hierarchy. Does Jira or Greenhopper expose a web service Interface to get this hierarchy information? It seems that it is possible…
Nehal Damania
  • 7,359
  • 8
  • 27
  • 44
1
2 3