Questions tagged [jira-plugin]

JIRA plugins add additional functions to Atlassian JIRA.

JIRA plugins are written using a framework based on Spring Dynamic Modules for OSGi.

834 questions
4
votes
1 answer

Can I resolve an issue's sub-task using a FishEye smart commit?

Context I have a feature request represented as a JIRA issue with the handle PRJ-11. My issue has a sub-task with the handle PRJ-23. JIRA has the latest FishEye and FishEye Plugin installed and smart commits are enabled. Question If I was to make an…
sam-w
  • 7,478
  • 1
  • 47
  • 77
3
votes
2 answers

How to get release notes programmatically from jira plugin

I am writing a simple listener for Jira 4.4.1 to manage release artifacts creation upon version release. Since it is a listener - I automatically have versionID. How can I acquire release notes programmatically from within plugin? Edit: I want to…
Oleksiy
  • 133
  • 1
  • 7
3
votes
2 answers

How to download software dependencies in Maven 2?

I am very new in using Maven. Appreciate if anyone can give me some helps. I want to build a plugin for JIRA. I have installed Atlassian Plugin SDK which comes with Maven 2 (pre-bundled together). In my Java source codes, I want to import these…
newuser014
  • 35
  • 1
  • 4
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
  • 641
  • 2
  • 6
  • 20
3
votes
3 answers

Howto mirror a mercurial repository

in order to bypass the JIRA-mercurial plugin, I need to replicate my (private) mercurial repository in a private mercurial repository in bitbucket. I and the other users will continue to "push" our commits to our own private repository, but I want…
Matteo
  • 1,367
  • 7
  • 25
3
votes
2 answers

Results of running two subqueries do not add up to the number of results when running the main query

I am running a JQL query to count how many issues have an empty value for the "Components" field versus how many issues have a non empty value for the "Components" field. Here is the screenshot that I get for my 1st JQL query: category = "Cloud…
3
votes
2 answers

Jira reload gadget specification cache

We have a custom jira gadget that summarizes the time developers booked on tickets. When I make a change to the specification file (gadget.xml), there doesn't seem to be any way to know when the change will be reflected on the users' browser. …
Joeri Hendrickx
  • 16,947
  • 4
  • 41
  • 53
3
votes
2 answers

Pull Request not linked to Jira Issue automatically

I would like to include link my pull requests to Jira ticket automatically like this: I have already prepend JIRA-Id in my pull request title, same goes for the source branch name. However, it did not link. I read from some article that I may need…
chiaDev
  • 389
  • 3
  • 17
3
votes
0 answers

Ivy converts pom.xml-Package-Tag into ivy.xml-Extension

Problem When using Jenkins Shared Libraries I try to @Grab('com.atlassian.jira:jira-rest-java-client-core:4.0.0'). This miserably fails while ivy tries to fetch dependencies: General error during conversion: Error grabbing Grapes -- [download…
Obererpel
  • 55
  • 14
3
votes
2 answers

How to automate transition of parent issue in Jira as soon as the Child issue changes status from "Pending" to "In Development"?

Here I have a Parent Issues (Jira-1170) which is developed by a child issue (Jira-1589). Step 1: My parent issue is in "Pending". Child issue is created and it is in "Pending" Step 2: Now developer worked on the request so Child Issue is "In…
MNP
  • 117
  • 1
  • 1
  • 6
3
votes
0 answers

How verify digital signature in Message Java?

I try to make custom mail handler for Jira on Java which has to verify digital signature of message if that message has a signature. But I can't understand how to make it. I have javax.mail.Message message and how can I check if it has…
Duxa
  • 55
  • 1
  • 7
3
votes
1 answer

Is there a way to count the number of "Reopened" tickets in a JIRA?

I want to generate metrics for each version of my project what status I have that were reopened and closed. For the "closed" it's ok, but for the "reopened" for old version now they are closed I can't find them in reopen status. Is there a way to…
Emna Ayadi
  • 2,430
  • 8
  • 37
  • 77
3
votes
1 answer

window.ATL_JQ_PAGE_PROPS in JQgrid

I want to popup a Jira request popup, on click of an icon. This icon's css class is created in the JQ grid, in the column model. On the click of this icon, I need to open a Jira request popup. can someone shed some light to achieve this.
Santos
  • 61
  • 2
  • 6
3
votes
1 answer

Trouble integrating docx4j with a JIRA plugin

I've been trying to integrate docx4j with a custom JIRA plugin and I'm having a hell of a time. The first approach was to add: org.docx4j docx4j
Ben
  • 960
  • 8
  • 17
3
votes
1 answer

JIRA and private Git repository integration

We about to evaluate JIRA as a issues management tool. Googling about integration with remote Git repository located on our servers (no GitHub), we couldn't found much information. Is it possible by some plugin, or using git hooks to invoke some…
Seffy
  • 1,045
  • 1
  • 13
  • 27