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
0 answers

How to auto update unit/integration test details on Jira issue on push?

To automate certain steps of Jira life cycle in our team, we need a way to automatically update unit or integration test details on Jira. So Jira approver can be sure of that some kind of test is added to reproduce the issue and test solution (Kind…
Manish
  • 1,452
  • 15
  • 25
0
votes
3 answers

Integration Jira Cloud with Jenkins

I want to integrate Jenkins with JIRA Cloud. I want Jenkins to start build job when i'm updating Issue Status in JIRA. example: when the issue in jira is going from status IN PROGRESS to DEV COMPLETED, I want Jenkis to start a build. regards, Maja
0
votes
0 answers

Update existing issue field data in JIRA using rest api

I have created a rest api to access an issue in JIRA. If I edit value of a field and save it using a button click, how to update the new value in that corresponding issue replacing the old value? I have viewed the following links regarding editing…
0
votes
1 answer

How to Import and Export Service Desk Projects from Production Environment to Development Environment in Jira? Thanks

We’re looking at testing some additional plugins with a potential to buying. I was wondering how easy it is to duplicate a Service Desk instance for testing but remove the email interfaces to ensure nothing is sent out or received by it, can…
sam
  • 77
  • 2
  • 11
0
votes
1 answer

How to manage multi-software projects

I'm evaluating Jira and I have the following scenario in my company: There are the softwares X, Y and Z and each one has a release and a version. When a new project is created we would create the issues and associate them with each software and its…
Rick
  • 121
  • 8
0
votes
1 answer

Using wildcards in Jira JQL

In the question Query JIRA versions using wildcards with JQL The answer is to use something like project=MYPROJ and fixversion in versionMatch("DEVX*") using the asterix at DEVX*. In my case I have: getting all the issues from CBS-6840 up to…
Erik
  • 1
  • 1
  • 1
0
votes
1 answer

How to grab all the issues inside a jira structureboard using REST api

I have been researching Jira REST api in order to grab all the test cases inside my structures but I haven't had any luck. The closes I have been to getting inside a structure is using the URL $baseUrl/rest/structure/2.0/structure. From there I…
j.doe
  • 87
  • 6
0
votes
1 answer

Unable to add 'Test' of one JIRA project in the Test Cycle of another JIRA project

We have added a Zephyr Test Case management Add-on in my JIRA Software. We have created some 'Tests' in one JIRA project(Master_Project) and created a search filter in that project itself. Now we are trying to access/add the "Test" of Master_Project…
Ashish Sharma
  • 131
  • 1
  • 5
  • 19
0
votes
3 answers

Jira worklog per project using JQL

how to find "total hours spent" for a specific project using JQL search?
Srikanta
  • 1
  • 1
0
votes
2 answers

PHP - How to dynamically add array to Object request

I am doing Jira REST API calls and I am wondering how I can dynamically add more than one component to the components field using REST API in PHP. I have the following code, works when I set it static, but not sure how to do it dynamically. Example…
Curtis
  • 1
  • 4
0
votes
1 answer

Jira Portfolio - Progress bar shows no progress

I have a portfolio set up for my Project in Jira. It contains 6 or 8 epics and there are varying numbers of Jira tasks associated to each epic. The Portoflio Scope view shows the epics and the tasks under each epic but the progress bar displayed…
DaftMule
  • 77
  • 8
0
votes
1 answer

Jira: Assign permission based on Groups

I have 14 people in 5 teams. Some are overlapping. i.e A couple of Web team members are part of the Server team. I am not sure if this is the right way, but I would like to manage each team with their own Jira project. Thus, I have 5…
user1107173
  • 10,334
  • 16
  • 72
  • 117
0
votes
2 answers

Greenhopper: only useful if you buy the whole Agile package?

I work in a remote company where email, forums and IM are key communication tools. We don't formally follow any book-methodology but have been evolving towards a more agile-style setup in terms of release schedules, client interaction and a sort of…
Mr. Boy
  • 60,845
  • 93
  • 320
  • 589
0
votes
1 answer

Column Constraint or Sprint Constraint based on Epic Link Status

Trying to do a setup where I have a Kanban Board in JIRA Agile for managing Epics (working), and a Scrum Board where only task or user stories whose Epic Link ticket is "In Progress" can get worked on. A coworker says they had somethings similar at…
Cynic
  • 6,779
  • 2
  • 30
  • 49
0
votes
1 answer

JIRA - Burn issues down on first SCRUM board then move to second DEPLOYMENT board

I'm trying to configure Jira to allow a development scrum team, then switch to deployment workflow. I want the issues to reach the done column on the development board, and the issue burn-down to count. I then want the issue to appear on a second…
Layton Everson
  • 1,148
  • 9
  • 18