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
3
votes
1 answer

Unable to start plugin: Unable to resolve 167.0: missing requirement [167.0] osgi.wiring.package; (osgi.wiring.package=com.atlassian.inject)

I'm using the latest version of the atlassian SDK to develop a plugin for JIRA. I've already written a large portion of my code, and have added a handful of dependencies that I required to the pom.xml file of my project (see below). Unfortunately,…
3
votes
1 answer

Update Custom Field Value using a "Scriptrunner for Jira" Custom Listener

Hello we are using Jira and are currently evaluating the Plugin "Scriptrunner for Jira" by Adaptavist. I'd like to create a custom Listener which simply updates the value of a custom field. The field's type is a default textbox, nothing fancy…
Kevin
  • 233
  • 1
  • 2
  • 8
3
votes
3 answers

Why can't I query more than 1000 results for JIRA?

I'm using the Logstash Input Plugin exec to run a command periodically to get JIRA data. Even if I set maxResults=99999, only 1000 results are returned. Here is my code right now: input { exec { command => "curl -u username:password…
3
votes
1 answer

Integrating Gradle with Jira

Is there a way to integrate gradle with Jira ? I use Jira cloud service and I know they have rest based API to support but I want to know weather there is a gradle plugin with good documentation to connect with Jira?
Spencer Bharath
  • 507
  • 2
  • 7
  • 21
3
votes
0 answers

Atlassian Plugin Descriptor XML Schema

I'm new in Jira Plugin development. I would like to wrote hello world plugin as described here. For that purpose I used Atlassian SDK command atlas-create-jira-plugin which generates atlassian-plugin.xml configuration file without XML Schema. This…
Paweł Dulęba
  • 1,048
  • 1
  • 13
  • 25
3
votes
1 answer

Modifying Jira Server Add-on for Jira Cloud instances

I have developed Jira Server add-on/plugin for Jira 7 which now needs to be installed into a cloud instance of Jira. However on the marketplace-page of my plugin it says: This hosting is not available for this add-on. What do I have to do to make…
Michael Große
  • 1,818
  • 1
  • 16
  • 20
3
votes
2 answers

Unable to start jira com.atlassian.plugin:atlassian-spring-scanner-maven-plugin:1.2.6

I just formatted my laptop, and install everything fresh and new. But now I am unable to start Jira. Here is the error message I get: The POM for com.atlassian.plugin:atlassian-spring-scanner-maven-plugin:jar:1.2.6 is missing, no dependency…
Milind Mehta
  • 41
  • 1
  • 5
3
votes
2 answers

Get the current user inside jira workflow validator

I want to create a workflow validator which will not allow the reporter of the issue to execute certain steps from the workflow. For that purpose somehow I have to get the User object or the user id of the user executing the action. How can I do…
Svetlin Zarev
  • 14,713
  • 4
  • 53
  • 82
3
votes
2 answers

How to integrate Phabricator code review tool to JIRA

Is it possible to integrate Phabricator code review tool with JIRA issue tracking system. When someone see the JIRA issue that user should be able to see the code review details if there is a code commit related to relevant issue. Thanks in Advance.
3
votes
2 answers

"MojoExecutionException: Unable to execute mojo" while running atlas-cli pi command

I try to compile my custom jira plugin by running atlas-cli pi command. It worked when I used repository http://repo1.maven.org/maven2/. Now it changed to http://search.maven.org/#browse%7C-1081192444 This is the text of error: [ERROR] Unable to…
Revival
  • 71
  • 1
  • 2
  • 6
3
votes
1 answer

Is it possible to manage jira webhooks from plugin via Java API?

I'm writing plugin for Jira and I need to manage webhooks from plugin code (read, add, edit and delete actions). I have found only one way to manage webhooks - REST API... Question is simple: can I manage webhooks via Java API from my plugin? And…
Anton
  • 575
  • 2
  • 7
  • 27
3
votes
0 answers

How to get avatar for unassigned (avatar with question mark) in JIRA

I'm developing a plugin for JIRA. The plugin lists issues with details like assigned user, priority etc. In my velocity template file, I've the following statement to get the avatar for assigned…
natslash
  • 65
  • 6
3
votes
1 answer

File attachment with Jira REST API returns empty array

I am building a script in PHP that will will attach a file to an existing Jira issue. When running the script all that is returned is an empty array. I am wondering what is wrong with my code: $cfile =…
beatsforthemind
  • 879
  • 2
  • 8
  • 17
3
votes
1 answer

JiraTestResultReporter.JiraReporter aborted due to exception error in Jenkins

I configured JIRA plugin with Jenkins, I'm getting this error after build get completed. Could anyone explain how can I fix this issue with explanation. Jenkins ver. 1.580 JIRA plugin 1.39 JiraTestResultReporter plugin 1.0.4 ERROR: Publisher…
3
votes
2 answers

Integrate crucible with tfs

I use TFS with Jira to managment my team tasks. I want to integrate a Code Review tool at development process. When i try to use crucible i reveal that it not support TFS. I want to know if , there is a good and credible solution for this ,to enable…
maz
  • 515
  • 2
  • 8
  • 22