JIRA plugins add additional functions to Atlassian JIRA.

learn more… | top users | synonyms

0
votes
0answers
11 views

JIRA Email Notification when log time worked is reaching budget time

I would like to know if is there an option to send a notification when log time worked is reaching estimating time. example: Start. Estimated: Original Estimate - 5 minutes 5m ...
0
votes
0answers
33 views

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
0
votes
1answer
12 views

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: ...
0
votes
0answers
18 views

Show dialog on new plugin

I'm new to jira-plugin development and I'm finding it a bit difficult to start with due to the lack of documentation and examples (at least it lacks in my opinion). Right now I'm trying to show ...
0
votes
1answer
35 views

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: ...
0
votes
0answers
20 views

Jira SVN / Subversion Plugin does not synchronize / update after initial sync

I've gone ahead and installed the Subverion plugin and it did the initial sync of the repository so that I can see the check-ins at the task level however it does not see any subsequent changes. My ...
0
votes
0answers
13 views

Custom link from jira interface

We are switching on Jira on our work, and we still need to keep track of the time from our old system, only temporery, untill we switch to a Jira plugin timetracker. Untill then we need a web button ...
1
vote
1answer
17 views

Deploy jira plugin to a standalone JIRA using CLI

I have a standalone JIRA instance running on my server. I have built a jira plugin using the atlas-mvn command and this has created a jar file. Usual process is to login to standalone JIRA UI and ...
0
votes
0answers
18 views

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 ...
0
votes
1answer
15 views

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

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

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 ...
0
votes
1answer
49 views

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 ...
-1
votes
0answers
16 views

Jira - Editing and saving Office attachments [closed]

I know it is trivial to open Excels spreadsheet in Confluence that is attached to a page, edit it and then save it back to Confluence. I was hoping same thing would happen with Jira but it seems I am ...
1
vote
1answer
95 views

How to display story points on cards on GreenHopper Kanban?

I'm considering switching from scrum to Kanban template on JIRA GreenHopper. user Story Cards on kanban style work mode does not show user points : How can I change it to this :
-1
votes
1answer
25 views

How to enable plugins in a hosted Jira installation? [closed]

I use a hosted installation of Jira and Confluence reachable via http://localcommerce.atlassian.com. I would like to enable the Jira Suite Utilities mentioned here. However, I cannot find the ...
0
votes
1answer
27 views

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 project? ...
0
votes
1answer
47 views

Unable to access Rest-Resource request url

In Jira Plugin development, i have created a rest resource class at location - "[FOLDER]/Src/Main/JAVA/com.company.jira.plugin.REST/PlanIssuesRestResources" Now, when i try to access below url in ...
0
votes
1answer
32 views

How to create a report in JIRA of all the hours the team has worked in a week?

Requirement I have been given is to produce a report in JIRA that lists the following for all users logging work on a project in a specified week: Week: 4/7/2013 to 4/13/2013 Project: My Project ...
0
votes
0answers
24 views

In Jira - Searcher for my calculated custom field is not working

I wrote a calculated custom field that will display list of Strings. So, I thought to re-use the SelectSearcher from jira-core. This is not working for me. Here is some code I'm using, maybe I'm ...
1
vote
0answers
51 views

Single file upload in JIRA

I am trying to upload a single file on JIRA for my plugin. Default JIRA upload behaviour is uploading the files via Ajax and converting them to checkboxes, thus enabling multiple file to be "uploaded" ...
0
votes
0answers
250 views

(Jira) Script Runner getCustomFieldValue ( get value without the html element)

I want to get the value of a custom Jira field using the Groovy Script Runner. But when I run the following script in the Script Runner: import com.atlassian.jira.ComponentManager import ...
0
votes
2answers
68 views

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 ...
0
votes
1answer
58 views

Programmatically Creating a CustomField

I've been trying to figure out how to create a custom field in my Jira Plugin by using the Atlassian SDK, but I'm running into a couple of issues while wondering though the documentation and docs. ...
0
votes
1answer
65 views

Create custom (?)field for jira plugin

I recently started learning to develop plugins for jira. Now i needed create custom (?)field. I don't know how naming this object. I want to do so or so how do it? I read FAQ on atlassian ...
0
votes
0answers
83 views

Writing EventListener script using JIRA Script Runner

I came to know that we can write custom Event-listeners for Atlassian JIRA using ScriptRunner Where can I find step by step help for writing it? I installed ScriptRunner in JIRA 5.0.7, but when I ...
0
votes
1answer
25 views

How to get URI for the user profile?

I've already managed to get the user avatar URI using the following code: URI uri = ComponentAccessor.getAvatarService().getAvatarURL(user, user.getName(), Avatar.Size.SMALL); and it returns: ...
0
votes
1answer
108 views

Jira for bug tracking and customer support?

We are thinking of using Jira for bug tracking and to integrate it with Git to connect bug fixes with version handling. Do you recommend Jira also for customer support or should we find another ...
0
votes
0answers
19 views

How to get value of custom filed

I have a following problem, I've created a project, then added to it a new type of issue. This issue has defined several custom fields. Now I'm trying to create a plug-in - a tab that will show the ...
0
votes
1answer
38 views

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 :)
1
vote
0answers
35 views

Integrating BuildBot into JIRA

We have a BuildBot setup for our continuous build. Additionally, we happen to use JIRA for all our bug-tracking and task needs. What I was trying to accomplish (and have found little to no ...
0
votes
1answer
119 views

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 ...
0
votes
2answers
150 views

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 ...
2
votes
3answers
192 views

How to make a JIRA Number Field read-only?

As described in the title, I am looking for a smart, safe and efficient way to set a Number Field in JIRA to Read-Only. Below is a short list of approaches, guides and plugins used in an attempt to ...
0
votes
2answers
51 views

Make sub-task read-only?

I want to make a sub-task read-only when its parent is Closed. The sub-task does not have a typical workflow associated with it - just a single step that says "Not Applicable". My thinking was that ...
0
votes
2answers
63 views

JIRA SOAP: Error message: [Could not load validator class] for progressWorkflowAction

I am using JIRA's SOAP API to change defect's status by jumping from one status to another and everything was fine until I need to jump on "verified" status where user needs to enter some text into ...
0
votes
1answer
39 views

CustomField.getValue() always returns null in doValidation()

Three developers have spent a better part of an afternoon try to solve this: I have a text custom field that doesn't accept certain characters. JIRA has this validation built-in, but I want to go one ...
0
votes
0answers
183 views

JIRA-Zephyr-Selenium WebDriver integration?

Is there any possibility to integrate selenium web-driver with JIRA-Zephyr? i have been told that i can be do functional testing in JIRA-Zephyr does anybody have any hands on? or redirect me thanks. ...
1
vote
2answers
114 views

Displaying how often an issue has been reopen in JIRA

I'm currently running a fairly out-of-the-box JIRA setup that is live and being used. Now I'm at a point where I would like a custom field in each bug that will display the total amount of times and ...
0
votes
1answer
30 views

DeleteAttachment failing after plugin customization

I developed a simple plugin to bar files ending in .exe from being uploaded into my jira app. I overrode the AttachFile.doValidation() method to check for .exe in the filename. If it's there I return ...
0
votes
2answers
75 views

Sub-tasks and Greenhoper

Is it possible to see the sub-tasks in the Greenhopper plan screen of the agile page ? As it is now, we can only see the cases and not the children sub-tasks (sub-cases)
1
vote
1answer
269 views

$ is undefined, jQuery is undefined and AJS.$ is undefined

I'm trying to write a jira gadget. Along with it, I'm using a third party jqplot scripts. I'm getting $ is undefined for everything is those scripts. see the libraries included and loading into my ...
1
vote
1answer
54 views

Is it possible to plot/get burndown charts in a sinusoidal wave form rather than squar wave form?

Ahoy, As a JIRA newbee and explorer, I seek your help in determing and explaining whther its possible to draw curvy (sinusoidal waveform) graphs. Currently, the burndown charts which I am getting is ...
1
vote
1answer
127 views

Custom Jira Plugin: Cannot Update an issue

I am trying to create a jira plugin that would update 'Assignee' of any issue i pass it using issueKey parameter. It does everything right, like i get correct issueId and user but it is unable to ...
-1
votes
1answer
24 views

I want people who doesn't have account in our Jira to be able to submit stories to it. [closed]

Is there any way to do this? And is there way to have those in a way that they don't go directly to the backlog, but maybe through approval?
0
votes
0answers
35 views

JIRA - Why are field values reset on failed “Required field” validation?

I'm developing a small plugin that implements a new custom field - to be more precisely it's a variation of this plugin: https://studio.plugins.atlassian.com/source/browse/PJD/trunk (it's the multiple ...
0
votes
1answer
45 views

jira logging finish time (not time spent)

After finishing some task, how is it possible in jira log this current(finish) time? So I don't want calculate time spending on task as start time of task + time spended on task, I want only enter ...
0
votes
1answer
51 views

restrict .bmp, .exe, .bat attachment types while uploading for an issue in JIRA

Is there anyway to restrict the attachments of types - .bat/.exe/.bmp, etc to be restricted while user trying to upload them in JIRA. I tried using the Servlet-Filter plugin module in JIRA. But I am ...
0
votes
1answer
103 views

Maven - pass argument to use in mvn package

I'm new to maven, I want to asign dinamically the jar version of a jira plugin passing a parameter to maven by command line (win7 with maven 2.1.0), so I can generate the jar file name with the svn ...
1
vote
1answer
79 views

Attaching a ClearQuest DWO to a Jira Story

Our company uses tools in their workflow: IBM Rational ClearQuest (For bug and feature change tracking) IBM Rational Clearcase (Subversion) Code-Collaborator (Code-Review software) Atlassian JIRA ...
0
votes
1answer
254 views

JIRA (TEMPO) - Date is closed to registration

Can someone explain to me how to use this function? Tempo closes registration after three days and I would like to expand that to 14 days. However, I can't figure out how to do that.

1 2 3 4