jira

Mark a Jira ticket fixed from within an SVN commit

I was wondering if its possible to have Jira update a ticket's status to fixed based on parsing an SVN commit and finding Fixed or some other flag in conjunction with the Jira Id? It seems the Jira svn plugin will list the commits that contain a particular ticket id so maybe this is not too much of a stretch. Anyone use this kind of thin...

Combining TFS with Jira - any experiences or advice?

Ok, I'm a big fan of Jira particularly the later versions as a knowledge management system to use across stakeholders and development in a corporate setting. However, I'd like to marry it with the usage of TFS 2010 - does anyone have experience of running both systems in parallel and was it a headache, did it make sense, etc? The task ...

Exporting bugs out of Jira and into TFS as Work Items

Can anyone point me at a half decent tool/method to do this for me please? I'm currently playing with TestCaseMigratorPlus and manipulating Jira output but it's not really there. ...

JIRA: Custom field containing a list of issues

I'm trying to create a calculated custom field that contains a list of issues. I've run into two problems: How do I configure the navigator view to the same format as Fix Version (a list of links)? How do I build a searcher for this custom type that will allow me invoke: "customField in (value1, value2)" etc? I found http://forums.at...

Changing User Default settings in Jira

Is there a way to change the default settings for users within Jira? For example, by default, a non-Admin user (a developer, for example) has access to all projects rather than to (only) their assigned projects. Or, is this something that has to be done by an Admin when a new user is created? I've read about permissions, schemes, etc. b...

JIRA Rest Service with Bandana Manager

I have a JIRA plugin that I'm developing that has a REST service. That service should be able to accept POSTed requests, unmarshall some data and store it. The seemingly suggested way to do this in JIRA is to make use of the Bandana persistence framework. According to this page, I should be able to simply define a setter that Spring shou...

Handling bugs raised by customers in TFS

I'm part of a team developing ASP.Net applications using Scrum. We currently use TFS for almost all aspects of our project management, source control, testing, and bug tracking. However, there's a gap when it comes to customer-raised bugs. Bugs found internally are easy to add to TFS allowing us to link changesets to actual bugs. Whe...

Jira as Test Case Management Tool

Hello, I have reviewed several test case management solutions available for Jira such as: http://www.testandtry.com/2009/07/01/test-case-management-in-jira-1/ http://confluence.atlassian.com/display/CONFEVAL/Customise+JIRA+For+Test+Case+Management I was wondering if it is possible to expand this test case management solution even mo...

JIRA: Searching issues by issue links

Is there a way to query for all issues with a particular link? For example, let there be a dependency link where an issue can "depends on" another issue. Is there a query to find all issues that depend on some other issue (aka. all issues with the "depends on" link)? I know there is the linkedIssues (key, linkType) function that return...

RemoteIssue is returned with nil values using jira4r soap interface

I'm building a jira soap client that will allow me to update Jira issues. Problem is when I look up an issue using the getIssue() method, a RemoteIssue object is returned but has nil values in all the standard attributes like: key, summary, description, etc. Here is my simplified code: require 'rubygems' require 'jira4r' hos...

Use Jira API with Visual Studio 2010

I have to write a Jira soap client with C# in Visual Studio 2010 but I have problems with getting die client class imported. The solution presented here doesn't seem to work anymore. Though the class is accessible, all methods have the type void Foo() Also, the program "wsdl.exe", which was previously used to manually generate the cl...

Use classes from one plugin in another, extend them

Is it possible to do this in V1 plugin? http://confluence.atlassian.com/display/JIRA/Component+Plugin+Module - isn`t our approach, because we want not to inject objects, but have Abstract class on classpath, so that we can extend them and not to double our code. Thx in advance! ...

is there a plug in to jira for grouping projects, or making an issue depend on all issues in a version of another project?

We have a software suite composed of multiple products in various configurations. Each product is a project in Jira, and there's an "overall" project for those things that are global. I'd like to make versions in the overall project dependent on all the tickets in a designated release of each sub-project. Looking at this, it appears Jir...

Atlassian Jira SVN Plugin Help

Hello, I have installed Jira and the subversion plugin (with success from what i can tell from the administration panel - subv. plugin installed). I then add a repository that I have created on the file system, BUT i cannot see an option which will link/connect a new or existing project to a SVN repository. What i want to do is link a p...

Kiln integration with Jira

We are happy with Jira and there is no willingness to move away from it. At present we have Jira integrated well with Perforce. However we are considering moving to Kilm. Losing the integration with Jira would be a blocker. ...