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

Setting specific value to jira item in the backlog overview

I've marked following components that I want to enable. For instance I want to add it from scratch and add labels, components, fix versions , story poibts, release versions. My question is how can I do that?
0
votes
1 answer

Reduce Active Directory users in Jira using LDAP Query

I am retrieving users for Active directory in Jira 7 by using LDAP. I am trying to reduce the number of users brought from LDAP to a particular group that we have created. So in order to do that i put (objectCategory=group)(cn=WebAgileDevs) in the…
GPS
  • 13
  • 5
0
votes
1 answer

Jira adding active object jar 0.8.2 not possible

Hi i want to add active object jar in jira plugin as a dependency but found the below error on enabling the plugin. Caused by: org.osgi.framework.BundleException: Unresolved constraint in bundle AO.com.ao [193]: Unable to resolve 193.0: missing…
0
votes
1 answer

JIRA Agile: How do I assign multiple users to a single subtask

I'm using the JIRA Agile plugin. I've created a task with a few subtasks inside it and I want to assign multiple users to one subtask. Any idea how this is possible without rebuilding JIRA from source then tinkering the code?
Ryu S.
  • 1,538
  • 2
  • 22
  • 41
0
votes
2 answers

Can we export testcases/Reports from testlink to JIRA

We are planning to use one testcase management tool for our project. I am using testlink in my previous project. But my management want JIRA as all our sprint planning and bug tracking is happing over there. Can I export Testlink testcases and…
Shubham Jain
  • 16,610
  • 15
  • 78
  • 125
0
votes
1 answer

Make Jira Issue Collector popup draggable

As the title suggests, I'm looking for a way to make my company's Jira Issue Collector popup draggable. Many users of a particular site we're developing have complained that this feature is overly-cumbersome to use, since one must close the popup to…
Kenny83
  • 769
  • 12
  • 38
0
votes
1 answer

Jira On Demand, get the email id of the actual sender

We are on JIRA On Demand. We have one Email handler configured to create/update tickets if we receive emails on a particular email id. In most of the cases, the emails will be from outside email ids and hence we have a JIRA user id by which the…
Dipu H
  • 2,372
  • 15
  • 24
0
votes
3 answers

Issue with "Resolution" field in a Jira Story/Bug

I am trying to Complete a Sprint for our JIRA Project. And It tells me that all the issues are incomplete. On diving deeper I found out that even though the status for the issues is "Resolved" their Resolution field says "Unresolved". I read that we…
ichthyocentaurs
  • 2,173
  • 21
  • 35
0
votes
1 answer

Jira Agile - managing complex build versions

We've been using Jira for a number of years now, and one of the challenges we've had is our build team had been generating daily build numbers for versions in the specific software product versions. i.e. t 5.0 rev 1.0001 When we have a customer…
Scott
  • 347
  • 5
  • 16
0
votes
2 answers

Agile Development -- Starting story but cannot finish due to constraints

What is the usual approach taken when you start a Sprint and halfway through realize one of your stories is not achievable until another team completes work to allow it to pass UAT? We've started a story and are halfway done with it but cannot…
Exziled
  • 473
  • 5
  • 20
0
votes
1 answer

JIRA comment tag name

While commenting on JIRA tickets, @username can be used to tag a team member. The thing that bugs me is that when I try to tag any team member, there is a special encoded text appear (something like this [~gbuc13]) for every person you tag in. Now…
Obaid Maroof
  • 1,523
  • 2
  • 19
  • 40
0
votes
0 answers

Merging two database in JIRA

I want to merge 2 databases in JIRA Software. One database table has mapping with other database table. It is possible to import data from 2 database but I am not able to show results from both together. Is there any way to work on this?
Finisher001
  • 455
  • 1
  • 5
  • 18
0
votes
2 answers

Move a jira issue between workflows

I have an issue in JIRA that is following one workflow, workflow looks something like this (for bugs): New -> Eval -> Approve -> Roadmap/Schedule -> Dev -> Complete This workflow is for issue type "Bug". For higher priority bugs, I want a totally…
Brian Deragon
  • 2,929
  • 24
  • 44
0
votes
2 answers

MySQL performance is very bad

PFB a sql query I am trying to run. The final output returns around 60k rows, but it takes close to 5 hours to run. There is no problem with the connections and stuff like that and I feel that my query needs to be optimized heavily. Can somebody…
Adithya Kumar
  • 159
  • 1
  • 2
  • 12
0
votes
2 answers

Jira - Get issue rating via REST API

I'm trying to get the ranking of a Jira ID via REST : This is the GET request which i'm sending: JIRA-HOST/rest/agile/1.0/issue/MyIssue I'm getting the key: customfield_10690, which is the rating field, but the value of this field is unreadable and…
Alex Brodov
  • 3,365
  • 18
  • 43
  • 66