jira Questions
5
We add Jira Issue # to the commit message to link the change with the Jira Issue. As the issue number is added manually, it is prone to human error. As we always have this number in the Git branch_...
Albata asked 2/12, 2018 at 10:39
4
Solved
I'm looking to set up smart commits in JIRA, but my developers want to know all the options for their transitions. In order to help them, I'd like to print a cheat-sheet of all transition names (I ...
Magdalen asked 10/8, 2015 at 20:28
3
Solved
I started developing a jira addon, but I'm getting errors.
My latest one, which I'm unable to fix is
[INFO] [talledLocalContainer] QuickReload - Plugin Installer ERROR [c.a.p.osgi.factory.OsgiPlu...
Hulse asked 10/8, 2016 at 13:1
8
Solved
You can reopen both a resolved and a closed issue in JIRA. What's the practical difference? (besides requiring different permissions to resolve/close issues e.g. if QA is involved)
We have some di...
Ravenravening asked 17/1, 2011 at 22:9
4
Solved
I found another person apparently having this issue but I thought I'd re-ask the question to see if I could make it more explicit.
I'm using the JIRA 6 REST web API and successfully pulling lots o...
Allhallowmas asked 10/5, 2015 at 18:50
2
Solved
I am trying to create issue using Jira REST API including component. I am posting this JSON but I get The remote server returned an error: (400) Bad Request.
Issue is:- Without component there is n...
Hyperopia asked 30/4, 2015 at 10:45
5
Solved
Is there a way to query for all issues with a particular link type?
For example, let there be a dependency link where an issue can "depends on" another issue. Is there a query to find all issues t...
Tribulation asked 12/10, 2010 at 19:24
3
I would like to have a powerquery in my excel file which pulls all the issues from a jira board.
I have:
created a filter in jira for the issues already.
captured the link to the csv export:
http...
Escurial asked 7/7, 2023 at 15:55
5
Solved
I'd like to set up a data import source in Excel through which I can dynamically pull data from Jira. I know this used to be possible by using an Excel web query and the XML link from the Jira filt...
7
Is it possible to use raw JQL (not using any plugins) to filter for ALL stories AND their respective sub-tasks?
Currently, I have the following which successfully retrieves all stories for EPIC-12...
Kraska asked 8/2, 2016 at 10:54
5
How can I update a jira issue from within a Jenkinsfile (jenkins-worflow/pipeline)?
Is there a way I could use the Jira Issue Updater plugin as a step in the Jenkinsfile?
I know I could use the ...
Geriatrics asked 4/2, 2016 at 22:55
3
Solved
I am trying to fetch all issues related to a project. When I execute the below code, I get only 50 results. I need to navigate all pages and get all the bugs.Please help
all_issues = jira.search_i...
Stramonium asked 19/11, 2015 at 22:15
6
I found "Query using POST" from here.
And tried to use curl command from command like. Installed curl by refering this for windows.
Here is my CURL string:
curl -D- -u admin:password -X POST -H ...
3
Solved
We just started using Jira (with the Jira Agile plugin - Scrum template) for our issue tracker and agile planning.
I am confused about the difference (or intended difference) between story ...
Zenas asked 30/12, 2010 at 18:31
5
Solved
I want to show all issues where it has been in a current status for more than X days - is this possible?
We have this workflow: Registered => Analyze => Planned ... etc. The ticket can be in Regis...
3
We use corkboard with printed Agile Cards. I would like to be able to create filter in JIRA's Issue Navigator to find issues that were added to the active sprint in the last 24 hours, last 2 days, ...
9
Solved
I struggled with this question for some time and was able to find the solution. The idea is that my script automatically generates a data, puts it into table and there are some columns that should ...
Waistcloth asked 2/12, 2016 at 9:12
4
I have already done pip install jira
but when I run the following it fails with ImportError: cannot import name JIRA
import re
from jira import JIRA
jira = JIRA('https://issues.net')
# all valu...
Algometer asked 12/1, 2017 at 19:38
1
I am trying to write a Jira JQL filter that combines parentEpic with a label or a filter.
The below JQL works:
project=TML AND parentEpic in (TML-2731, TML-3053)
But then I need to know the IDs of...
3
Solved
I have a label in JIRA, say Foo. I want to query for all issues that have that label and that label only. How do I do that?
I've tried
labels = Foo AND NOT(labels NOT IN (Foo))
but that returns...
3
We are planning on migrating from Jira+Gerrit to GitLab. One important feature that we are using in Jira is the auto generation of release notes.
Question: Is there any similar functionality in Gi...
Laughlin asked 27/4, 2014 at 10:54
8
In JIRA, how do a find all issues related to a user, across all projects.
A simple query search yields only full text results. i.e. only issues where the name is mentioned and not if the name has...
Belsen asked 19/8, 2010 at 3:53
5
I need to go back and look at some events in August-October 2010. We use JIRA for issue tracking.
Is there a way in JIRA to look at my "activity stream" for this timeframe?
Materialize asked 19/8, 2011 at 20:6
5
I would like to be able to add a flag to an issue via the Jira API. I was unable to find any documentation regarding this issue. Does anyone know how this works?
Coelom asked 24/3, 2016 at 18:36
3
Solved
I am able to create a ticket in JIRA using CURL command and having a json data handy.
curl -D- -u : -X POST --data @< filename> -H "Content-Type: application/json" http://< hostname>:< ...
Aborigine asked 12/6, 2015 at 18:23
1 Next >
© 2022 - 2025 — McMap. All rights reserved.