jira

JIRA Plugins: What do you use?

JIRA is a very extensible bug/task tracking tool. As such, newcomers feel lost as to what plugins they should install. Please share your thoughts what plugins (both free and paid) that you consider a "must-add" for JIRA! ...

TeamCity and JIRA ?

Is it possible for TeamCity to integrate to JIRA like how Bamboo integrates to JIRA? I couldnt find any documentation on JetBrains website that talks about issue-tracker integration. FYI: I heard that TeamCity is coming out with their own tracker called Charisma. Is that true? ...

how can JIRA soap API not have this method?

I want to be able to get a list of issues given a: Project Name and Release Version this seems like a basic JIRA soap API 101 request It seems, looking at the documentation: http://docs.atlassian.com/software/jira/docs/api/rpc-jira-plugin/latest/index.html?com/atlassian/jira/rpc/soap/JiraSoapService.html you can get issues by: Fil...

Charting Progress in JIRA

With JIRA, there are features that allow you to Start Progress and Stop Progress on an issue or various issues at any given time. Is there a way for me to go back and see a chart or a graphical representation of how my time was spent over a set period of time? If I wanted to see how many bugs I worked on in April, and see how much time...

is it possible to get an 'activity page' (like those in redmine) from JIRA?

I'm new to JIRA, and would like to know if there's a similar feature to the 'Project Activity' screen in Redmine. I find it very useful to be able to see all code changes, updates to issues, wiki page changes, basically anything that is of importance to a project within a nicely timelined page. an example would be this: http://www.red...

Books/resources that teach software developers how to pragmatically use project/bug/task tracking tools

Does anyone know of excellent (in your opinion) books/websites that go over in details how to pragmatically use a bug/task/project management tool to help improve software development process? Ideally, I would like "from-the-trench" kind of resource, not theory. Examples of such mgmt tools are: JIRA/Confluence combo, Visual Studio Team ...

Where does Eclipse store SSL keys?

I'm trying to use the JIRA dashboard plugin from tigris.org to connect to our in-house JIRA server, which has an invalid SSL certificate. I'd like to import the certificate into the keystore used by this plugin, whether that's the Eclipse keystore (which is where?) or its own. If it helps, here's the error message: sun.security.val...

Jira: Status tracking for multiple versions

We often have issues reported in JIRA for multiple versions of an application. However the fixes for these issues are not commited at the same time for every version the issue is reported for. This makes it hard to track in which version a fix was commited and developers sometimes forget to commit a fix for a version. Is there a way to...

JIRA or Trac?

I used Atlassian JIRA for bug and issue tracking at my last job. I absolutely loved it and it was particularly easy on the eyes. My present company is using Trac instead, and while it does do all the basics, I am finding it really lacking, particularly with the inability to easily setup multiple projects and link issues. Oh, and the ...

How to effectively manage branches with JIRA?

We develop a product that consists of a core runtime shared across products (project1, project2, ...) and a project/product specific part. For each of those "products" we maintain multiple branches because different versions are rolled out into the field and require maintenance and sometimes even feature backports. We also use JIRA as a...

Changing resolved status to Closed status for a user story in Jira.

I am using Jira for organizing user stories for my project on Agile approach. When I tried to close a user story it shows the status as ' Resolved', rather than 'Closed'. Can someone help me how to change the user story status to closed? Please post your suggestions and help. ...

TFS vs. JIRA/Bamboo/SVN

Hi, this week I participated a presentation of the 2008 TFS. Currently we are using Jira and Svn (and maybe Bamboo). What solution to you prefer? ...

JIRA, add a Workflow to a Workflow Scheme?

In JIRA, what is the appropriate procedure to add a Workflow to a Workflow Scheme? In my case I created a new Issue Type which is referenced by a newly created Workflow. In order to add the Workflow to a Workflow Scheme, the Workflow Scheme must be Inactive. In order for the Workflow Scheme to be Inactive, I have change each Project's W...

JIRA SOAP API : get the list of users

Hi all, I'm working on a tool in C# that interfaces the JIRA SOAP API. I have read the doc one can find here: http://docs.atlassian.com/software/jira/docs/api/rpc-jira-plugin/latest/index.html Does anyone know how I could get the list of all the assignable users for a specific project? I haven't been able to find how to do that yet... ...

JIRA SOAP API : link an issue to another

Hi everybody, I'm working on a tool in C# that interfaces the JIRA SOAP API. I have read the documentation but I can't find what I'm looking for. Does anyone know if it is possible to link an issue to another one via this api? PS : Actually, my real need is to convert an issue as a subtask of an issue... ...

Are there any RIM Blackberry clients for Jira?

I want to access Jira through my Blackberry, but I'm not very interested in accessing web client through Blackberry browser. Are there any native solutions? ...

How much load can a standard Jira on Tomcat installation take?

We are running Jira on a 4 way 32 bit RHEL box with 4 GB RAM with no problems so far. However we anticipate an increase in the number of users and would like to know the maximum no. of simultaneous requests that a Tomcat-Jira server can handle. (The Jira application is deployed on a standalone tomcat server that runs nothing else, so eve...

Best practice of using components in jira projects

Hi, we are using jira heavily in our day to day development. Wanna to see if there is any best practices in creating project components in jira? For example, in your opinion, is it better to create component for each development module in jira or maybe finer grained components are preferred by your team? Cheers, ...

Whats wrong with the following JIRA Jelly + Soap Script?

anyone knows what wrong with the following Jira, Jelly + Soap script? Assume the WSDL file is correct, since it works with soap directly. <JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.enterprise.JiraTagLib" xmlns:core="jelly:core" xmlns:soap="jelly:soap"> <core:new var="endpointvar" className="java.lang.String"> <core:a...

Edit HTML output from Tomcat

Hi, I have some apps running over a Tomcat Server (Jira, COnfluence & Jforum). I want to add to all of them a banner at the top of the page. Is there any way to modify the output of all of them to show it? Basically, I want to ad a frame for showing it. Thanks! ...