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

Get custom field value in web-item(velocity) context

Basically I'm trying to predefine some values with URL by creating a web-item with link to CreateIssueDetails!init.jspa operation:
Ricardo Simmus
  • 334
  • 4
  • 19
0
votes
0 answers

User autocomplete textbox in velocity template

In JIRA, how can i create user picker autocomplete field into velocity template. is there any service which can be use or any documentation or stuff helps a lot. Thank You
dsi
  • 3,199
  • 12
  • 59
  • 102
0
votes
1 answer

javax.mail.NoSuchProviderException in jira plugin

My email sending stuff was working fine before i executed atlas-clean. Now, i am not able send email from my created scheduler service and raising an error as below: javax.mail.NoSuchProviderException: smtp at…
dsi
  • 3,199
  • 12
  • 59
  • 102
0
votes
1 answer

maven dependency error in jira plugin project

My jira plugin project was working fine. I have executed "atlas-clean" as changes was not reflecting in JIRA. Now, when i execute - atlas-run then it gives me dependency errors as below: org.apache.http does not exists. org.apache.http.client does…
dsi
  • 3,199
  • 12
  • 59
  • 102
0
votes
0 answers

Error while executing atlas-create-jira-plugin

I am getting this error while executing atlas-create-jira-plugin command, I am starting Jira plugin development: A new plugin structure is required for JIRA 5 plugins due to significant changes in the APIs. Create a plugin for? 1)…
Rhishi Nema
  • 169
  • 3
  • 10
0
votes
1 answer

Developing a pie-chart using Jfree to add it as a plugin in JIRA

I have to develop a pie-chart using some coding and must make that file available as a plugin(jar) to be displayed in JIRA.. Can any one help me with the coding part of displaying pie-chart ?
0
votes
1 answer

How to get details from JIRA using the webservices

I want to use web service in my Java EE application to get the details from JIRA. My project scenario is to get details like from one Project. How many defects are open for a project How many are reopen How many hours we spend for each defect and…
shravani
  • 17
  • 7
0
votes
1 answer

How to get the JSON response from the Greenhopper REST API in Gadget?

I am not able to get the response from the GreenHopper REST API for the url http://:2990/jira/rest/greenhopper/1.0/sprints/1 through my Gadget application. I able to get the following output when I try it from Browser, Below is the Output. …
Satya
  • 8,146
  • 9
  • 38
  • 43
0
votes
1 answer

Rest resource API in JIRA Plugin

Is it possible to create Rest Resource API into JIRA Plugin or have to create separate refapp as below and reference in JIRA plugin…
dsi
  • 3,199
  • 12
  • 59
  • 102
0
votes
1 answer

Jira Greenhopper Rapid Board client-side update event

I created a javascript solution to show story points on the rapid board. See comment in: https://jira.atlassian.com/browse/GHS-6755. I want to process the issues on the rapid board when it is dynamically loaded or updated. Is it possible to receive…
R. Oosterholt
  • 7,720
  • 2
  • 53
  • 77
0
votes
2 answers

Automating custom field value change in JIRA

I have a custom field called "Detailed Status" in the issue page. After an issue is verified by testers, they will change the value of this field to "Ready for Deployment". After we deploy the latest code to the server, this should be changed to…
ramz
  • 168
  • 2
  • 6
  • 16
0
votes
1 answer

Creating custom fields for a Jira plugin

I recently started learning to develop plugins for jira. Now I need to create custom fields. I don't know how to name this object. I want to do something like this: or this: How do I do this? I read the FAQ on the Atlassian website, but did not…
qizer
  • 519
  • 2
  • 6
  • 14
0
votes
1 answer

Generate OBR file for my JIRA plugin

I have developed a JIRA plugin ,I need to know how I can generate a .obr file instead of a JAR file . Can somebody help me with this , Thanks :)
Mizan
  • 450
  • 1
  • 5
  • 28
0
votes
1 answer

Move from a sprint to new sprint

I have 100 issues in my sprint(Ex:Sprint 10). Now i want to move 50 issues to new Sprint(Ex:Sprint11) without creating new sprint manually. As a workaround, I have selected that 50 issues and rightclick then doing bulk change. There i have "Change…
xavierkcb
  • 129
  • 1
  • 2
  • 8
0
votes
2 answers

Assigning Resolved Issues to Reporter Except If Reporter Is Not In QA Group

I am currently revising our JIRA workflow and issue routing and have the following predicament. I want to assign all resolved issues back to the original reporter EXCEPT when the reporter is not in the QA Group. Then the issue should be assigned to…
RamblingAP
  • 145
  • 2
  • 9