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

Integrating JIRA with StarTeam

Are there any options for integrating JIRA with Borland's StarTeam for Source Control?
Doug Porter
  • 7,721
  • 4
  • 40
  • 55
0
votes
1 answer

JIRA plugin to view previous issue status

I am looking for a JIRA plugin that will show the status of issues at a previous date I give it. So if I tell it Monday of last week, I would like all of the issues that existed at that time with their status at that time. I was wondering if such…
0
votes
1 answer

Moving from TestTrack to JIRA

what are the steps involved in moving from TestTrack to JIRA?
Code Droid
  • 10,344
  • 17
  • 72
  • 112
0
votes
2 answers

JIRA-Eclipse Integration, steps to integrate jira with eclipse-oepe-indigo

I am trying to integrate JIRA with Eclipse(oepe)-Indigo through Eclipse Marketplace but unable to do this. For this I am trying to install "Atlassian Connector for Eclipse" and getting below message while installing.: "Cannot complete the install…
shekhar verma
  • 489
  • 2
  • 9
  • 22
0
votes
1 answer

Jira issues in JSON format (Need to know thw classes and functions called by I am trying to use the REST API "api/2.0.alpha1/issue/{issueKey}"

I am trying to use the REST API api/2.0.alpha1/issue/{issueKey} . Reference: http://docs.atlassian.com/jira/REST/4.4.3/#id2413591 I would get all issue id's from rest/api/2.0.alpha1/search Using these issue IDs get all issues in JSON format.…
Rish
  • 447
  • 7
  • 24
0
votes
2 answers

I want to know which method is called by this /api/2.0.alpha1/issue/{issueKey} in JIRA

Please can you let me know which method is called by /api/2.0.alpha1/issue/{issueKey} in JIRA reference : http://docs.atlassian.com/jira/REST/4.4.3/#id2413591 I need this to see how these methods are implemented and how it retrieves all the…
Rish
  • 447
  • 7
  • 24
0
votes
1 answer

How can I get a ComponentManger object in JIRA

Directly import com.atlassian.jira.ComponentManager in java file does not work. atlassian-create-jira-plugin-module then choosing Component Import and specifying com.atlassian.jira.ComponentManager does not, either. I have looked into some tutorial…
onemach
  • 4,265
  • 6
  • 34
  • 52
0
votes
2 answers

JIRA downloads tons of files every time I create a plugin

I am new to JIRA and maven. Every time I create a new plugin using atlas-create-jira-plugin, it downloads tons of files which I believe it did once before. How can I avoid this?
onemach
  • 4,265
  • 6
  • 34
  • 52
0
votes
1 answer

JIRA group statuses (steps) under a common name

We prepare to use JIRA to customise a project. The situation is that we have so many statuses(steps) in the project, like a, b, c, d, e, f, g, h..., we want to group some of the statuses together under a common name, for example, name A includes…
ttt
  • 3,934
  • 8
  • 46
  • 85
0
votes
0 answers

How to add the JIRA source code in Eclipse for modifying it and seeing the changes?

1 The problem is people managing the versions do not enter the proper format for the names of the version and it is a big problem later in the project integration. Hence I want to disable that button for them . So that only the administrator can …
Rish
  • 447
  • 7
  • 24
0
votes
1 answer

Problems with Jira gadget configuration screen

I keep running in to strange issues when writing gadgets for Jira. I get problems like the options being clipped out of view, reconfiguration not working and most annoyingly: projectOrFilterPicker not working. Most of the weird issues I run in to I…
carlmango11
  • 525
  • 5
  • 19
0
votes
1 answer

How to dynamically log bug into JIRA using script or code

I am using XStudio- a test management application and it currently contains my testcase resulst(pass/fail). I am planning to dynamically log bug into JIRA using XStudio. Kindly let me know if any plugins are available to do the same or should I…
psobhan
  • 625
  • 3
  • 11
  • 36
0
votes
1 answer

How to change the name of "Modifier" field in edit configuration of jira gadget- I want to change "Modifier" to "Edit Title "

How to change the name of "Modifier" field in edit configuration of jira gadget- I want to change "Modifier" to "Edit Title " List item
Rish
  • 447
  • 7
  • 24
-1
votes
0 answers

I want to create JIRA Dashboard with some gadget which shows average number of hours spent on all the tickets

I want to create JIRA Dashboard with some gadget which shows average number of hours spent on all the tickets I have a filter created with 150 tickets. Each ticket has different number of hours, X,Y,Z hours I want to get average numbers of hours…
-1
votes
1 answer

How can I transfer resolution time data from JIRA to Confluence for metric analysis?

How can I transfer resolution time data from JIRA to Confluence for metric analysis? I am able to access JIRA from Confluence and able to see other fields like Status., but I need Resolution time - (created date - resolved date)
Anisha R
  • 1
  • 1