jira

Does JIRA work well with SQL Server 2008?

I'm evaluating JIRA for my work. The offical documentation says that it only supports SQL Server 2005. The sales person told me explicitly that 2008 is NOT fully supported. But we would like to use 2008 since we are standardizing on it. For JIRA users/admins, if you have deployed it with SQL Server 2008, have you encountered any issues?...

Can you share components between Jira projects?

I need to track issues in libraries that are shared between multiple projects. Is there a way to share these components? Or is it better to file a separate issue on each affected project? ...

Jira: "Relative of" vs "Related to"

In Jira, linking items together is easy and useful. For example, you can clone an issue easily: Create issue 100, clone it to 101. 100 then shows "this issue has a clone: 101" and 101 then shows "this issue is a clone: 100" Similarly, you can mark issue 201 as being duplicate of 200 (reverse is 200 is duplicated by 201), and there are...

How can I filter for blank fields in Jira?

I'm trying to create a filter in Jira. I want to pull out all issues where a certain custom field is blank. Any ideas? E.g. is there some logical operator plus wildcard that I can enter e.g. <>%. ...

Jelly script to reset the issue resolution in JIRA

I am trying to run a jelly script in JIRA to set the resolution to null for all my issues. The following script runs without errors and returns this: <JiraJelly xmlns:jira='jelly:com.atlassian.jira.jelly.JiraTagLib' xmlns:log='jelly:log' xmlns:core='jelly:core' xmlns:jx='jelly:xml' xmlns:util='jelly:util'>org.ofbiz.core.entity.GenericVa...

JIRA code validation commit hook for 'git'

Does anyone have a git commit hook I can use that will ensure a JIRA issue number appears in the checkin message? I've got no experience driving JIRA from a git commit hook so any help would be appreciated -- working source even more so! ...

JBoss Binding IP addresses

Hi, I need some help from someone who understands JBoss Hostname Binding. I think the solution is easy, although it's complicated to explain. I am deploying an application using JBoss (v4.2) and am having troubles configuring the application. This application has two parts, a web site on port 8080 and web services on port 8080 using S...

Atlassian JIRA Plugin Development: How to make variables available to velocity templates

FAIR WARNING: this question is going to be pretty tough to answer unless you have experience with JIRA and have access to their source (enterprise users). Greetings all, I am writing a plugin which extends AbstractIssueSelectAction. I noticed that ${issue.summary}, etc are all available from within my velocity template, however, there...

view in JIRA to see work breakdown by developer

Is there an easy way to get a list in JIRA of work done broken down by developer, by date and by task so you can view individual progress ...

Tracking requirements across multiple projects with JIRA (or other tools)

My company has been using JIRA as a requirements tracking tool as well as a bug tracker, and it's been working pretty well while we've been working on one project at a time. We now have a scenario where we have three different project proposals whose requirements partially overlap (e.g. requirement 1 applies to projects A and B, require...

SVN Hudson JIRA interaction

I am using the jira plugin on my hudson server. When committing code to svn, my commit comments are included on my jira issue, but it is there any way that the comments can be attributed to the actual person who did the commit instead of having one global jira user for all the hudson generated comments. ...

Creating JIRA issues with Jira4R

I'm trying to write a small Rails app that will interface with Jira using the Jira4R gem. However, whilst I'm having no problem creating an issue, I'm having real trouble attaching a custom field to an issue. Any ideas on how I would do this? At the moment I'm creating the issue like: issue = Jira4R::V2::RemoteIssue.new issue.project...

error getting classpath for JIRA

I'm getting "error getting classpath for JIRA" while compiling a JIRA plugin.. what does it mean? I'm attempting to compile a JIRA plugin using Galileo 3.3 + Maven2 + Atlassian Plugin SDK beta 6 on Ubutnu ...

generating a report in JIRA

(note: I'm usually more thorough in doing my research before asking a question here, but I'm in a rush for a meeting this afternoon) Is there an easy way in JIRA to generate a printable report for all issues (both open and resolved) under a specific component? I want to include the description (but not subsequent comments) as well as t...

suds + jira = SAXException

I'm using Python 2.6 and suds 0.3.7 to interact with Jira 4.0. I connect to the jira server and and get information just fine. I.e., I can get all the details about any issue I want and that's great. What's not so great is that when I want to update an issue, I get a SAXException from suds (presumably). The exception is: WebFault: Se...

Jira RPC/SOAP GetCustomFields() can only be used by an administrator?

Hi all, I'm currently using the Jira SOAP interface within a C# (I suppose the language used here isn't terribly important). Basically, I'm creating an API and a Winform that wraps some of the functionality of the soap service so that our Devs can programmaticly add bugs when something goes wrong in our application. As part of this, I...

JIRA extension that adds rich text for Description field of issue

Is there any Jira extension or plugin that adds rich text for Description field, for comments of issue? Something like COnfluence style. ...

From where Jira api 4.0 for plugin developement available as download?

I am going to develope application using jira 4.0 api. I have analyzed a lot on internet for it but i am able to see its jar down load till 3.xx version.i am able to see 4.0 documentation,but not able to see anywhere 4.0 jar. i want to download jira 4.0 api jar,from where should i download it? anybody guide me from wher should i downloa...

Jira hour burndown chart: how to monitor personal hour burndown chart?

We are using GreenHopper plugin for Jira. With it we monitor teams hour burndown chart. Each chart provide burndown for the whole team. Can I monitor individual hour burndown per developer (or just for me)? ...

create new issue in jira

hi i want to know which libraries i need to import and from where to get them in order to create new issue in java? thanx ...