jira

Need some help with velocity templates for Jira Plugins

hello, I am trying to develop a plugin for jira and ive having quite a lot of trouble as i have little knowlwdge of how it works. I have a plugin that: adds a button to the options menu in the view issue screen adds a tab in the same screen loads a /secure/action!map.jspa page from a success.vm file. I would like to be able to load fi...

QA team uses HP Quality Center, Dev team wants to use JIRA -- will this work?

Our QA team uses HP Quality Center for defect tracking, test plans, etc. The dev team really detests Quality Center and wants to use JIRA for internal task tracking. Can these two systems work seamlessly together? I have worked on projects where 2 teams used separate issue-tracking systems and keeping them in sync was a major headache....

How do I add variables to a velcoity template JIRA page?

I am looking to capture values from the 'affected version' field of New Bug screen along with the project name and dynamically add these values to the table in my new screen, which was created using a velocity template. I have recently checkout an uploaded the plugin WebWork tutorial plugin but I am having difficulty working out how to u...

Using jQuery in jira

hello folks, I am trying to develop a plugin for jira and I'm having issues with jquery. I am pretty sure that its already part of the framework and all i need to do is include it but nothing seems to be working. I have tried putting this in my atlassian-plugin.xml file <web-resource key="jquery" name="jquery" > <dependency>jira.w...

Hide a table and change some text

I need to write a little Javascript to hide a table (by adding the hidden style class) and then change the text of the link to represent the state. The hiding part works but the changing of text does not. Here's the javascript... function toggle(idToHide, hiderID) { var element = document.getElementById(idToHide); var hiddenCla...

JIRA: Find all issues related to a user.

In JIRA, how do a find all issues related to a user, across all projects. A simple query search yields only full text results. i.e. only issues where the name is mentioned and not if the name has been assigned, has reported, has been cc’d etc. My intention here is to find tickets related to me for stock accounting... ...

i18n jira problems

hello, im not sure if its a jira problem or me not doing it properly, the latter more likely! I have a file properties file called rootcause it is in a directory sturcture net/mycompany/rootcauseanalysis in my jira atlassian-plugin.xml file I have <resource type="i18n" name="i18n" location="net.mycompany.rootcauseanalysis.rootcause"...

Jira: How to obtain the previous value for a custom field in a custom IssueEventListener

So how does one obtain the previous value of a custom field in a Jira IsseEventListener? I am writing a custom handler for the issueUpdated(IssueEvent) event and I would like to alter the handler's behavior if a certain custom field has changed. To detect the type of change I would like to compare the previous and current values. (I'm a...

Mylyn Eclipse JIRA bridge

When I go to submit an issue on JIRA, I get the message 'Resolved by is required.Documentation Required is required.'. Does this eclipse plugin support the 'Documentation required' option on JIRA? ...

why is my jquery change() method not getting executed in jira?

hello, more jira issues. I've got a customfield that i've atatched a change() method to. The plan is to update the built in version field when my custom field changes but at the moment the code never gets executed. <script type="text/javascript"> jQuery(function($){ $('#customfield_10004').change(function(){ alert("changing")...

JIRA/confluence alternative

Please tell me what kind of programs you use insted of JIRA/confluence. I don't like jira because the design is so Java style. For example I like the PivotalTracker for tracking fresh projects. What do you suggest? THX! ...

Self-signed certificates, Java, Hudson and JIRA

I'm trying to set up the Hudson JIRA plugin. Our JIRA server is secured with an self-signed SSL certificate. I've inserted the certificate my web browser has stored using the keytool command, and gotten Hudson to find it. But now it complains: java.security.cert.CertificateException: No subject alternative names present The common ...

When and how should one use project roles instead of groups within JIRA?

I am having a little difficulty understanding when a person should configure JIRA permissions using groups and when they should use project roles. I have read the online documentation, however, the difference between the two seems subtle. A group seems simple enough. Group users into a named bucket. Assign the group to one or more per...

Jira-Hudson-Mercurial integration

When a developer commits a bugfix, I want to be able to open up the relevant JIRA issue and see what Hudson build number contains this fix with the Mercurial changeset listed alongside. Extra points if this information is listed in its own tab (does not pollute the "comments" tab) but shows up alongside comments when the "all" tab is se...

Downloading file using Command Prompt

whenever i try to download file using command line it causes below error (suppose i am firing command for creating jira plugin : atlas-create-jira-plugin) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource Downloading: https://m2proxy.atlassian.com/repository/public/com/sun/jersey/jersey-test framewor...

Jira Upgrade login failure

I'm trying to upgrade to JIRA 4.1.2. I did a back up on the old version and saved it in backup.xml. I then went to the new version and imported that backup.xml file. I checked my database it everything seems to have loaded fine but It wont let me login for some reason. It keeps saying my credentials are wrong. Anyone know what the probl...

How to archive projects in Jira, so they would disappear from Projects picker

We have bunch of old projects in Jira Studio that we want to keep online (in case, if we need to return to them for whatever reason), but I don't want them to appear anywhere in our daily Jira usage, i.e. dashboards, project picker etc. I followed the official instructions from here, but those archived projects are still visible through...

Is there any good examples of Jira configured for small software team

Jira or Jira Studio are wonderful products and heavy customization is definitely one of their strongest sides, but it also means that all those customization options are a bit overwhelming. Are there any good resources (open or demo Jira instances, articles, videos etc) that will demonstrate a good Jira setup for small product-oriented ...

Best practice for Scrum "done" concept in JIRA

I work at a small service based company where we are starting to implement Scrum practices, and we are also starting to use JIRA with greenhopper for issue tracking. Our team has defined "done" as: coded unit tested integration tested peer reviewed qa tested documentation updated I'm trying to figure out whether this should be done...

Plugin does not exist or no valid version can be found error

I have downloaded the complete source of hudson jira API plugins and am trying to build it by mvn install. The jira plugin gets build properly, but when it tries to build the hudson plugin, I am getting the error [INFO] The plugin 'org.kohsuke:access-modifier-checker' does not exist or no valid version could be found. The access-modifi...