jira

How to make a consumer for Jira using OAuth

I've looked through all the JIRA/Atlassian documentation I can find (eg. http://confluence.atlassian.com/display/GADGETS/Configuring+OAuth) and there is a lot of mention of using OAuth in JIRA, but the only examples they give are of adding a consumer in the administration area. I can't find any information about endpoint urls (request, ...

Does anyone know how can i retrieve the permissions of an user using the Jira Web Service?

Hi, I'm working on an application that is using the Jira Web Service. When i'm creating an issue, i need to assign an user to the issue. i want to ask if someone knows how can be checked if an user has permission to be assigned to an issue? or if there is any method to retrieve all users that has the Assignable User permission per...

jira change username of an existing user.

Does anybody know of a tested means to do this. JIRA site does not support this. Very much needed hoping somebody can help. Have posted it on jira forum also but no replies yet http://forums.atlassian.com/thread.jspa?threadID=42414&tstart=0 ...

Rewrite content served by apache

Hi guys, I have an internal app (Jira) that i want to use internally and externally, now there might be another way of doing this in which case i'm open to it, but this is what i have so far: URL one: https://domainname.com/jira - external domain name for it URL two: https://domainname.local/jira - internal network name for it. I a...

Mike Cohn-style burndown charts in JIRA

We use Jira/Greenhopper for our project planning/tracking. The built-in graphs are great, but when a new issue/story is added during a project, the whole burn-down graph moves up rather than increasing the part of the graph when the issue was added. Ideally I'd like to generate a Mike Cohn-style burndown graph, which shows a hump when ...

jira plugin format issue

Does anybody know which date format is to be used, trying to create a plugin that generates a report that can be exported to excel or pdf. ...

JIRA: Generating per-user time report?

Sorry if SO is not the best place, but I have time-tracking enabled in JIRA and want to be able to generate a time-report for each user over a given date range. The only time-tracking report option I have is very limited and doesn't do what I want, is it possible through standard functionality or a free plugin perhaps? ...

Find issues that were ever assigned to me

I am trying to create a filter to search for all issues that were ever assigned to me, even after the assignee is changed. I cant find the appropriate search parameters for this. Is it even possible in jira? ...

Webwork actions, the lifecycle of variables declared in the action class.

Hi all, I'm using the webwork framework (JIRA plugin development) and was wondering about the lifecycle of the variables in the action class. I have a few private variables in the action class that are set when during the doDefault() method. These are used in the input view to set up jqGrid columns and then when the user has entered s...

jqGrid problem, expecting jQuery.jgrid but $.jgrid exists instead

I'm using jqGrid for a JIRA plugin and have included the jquery and jqgrid libraries as web resources. I've set up a column in jqGrid as required and when I try to submit the form with the respective column empty I get an error in firebug: jQuery.jgrid is undefined jQuery.jgrid is null but $.jgrid has the correct data. Does anyone kno...

Multiple Jira instances on a single Tomcat 6 server?

I have a feeling this is a stupid question but I can't find the answer anywhere... I need to deploy 2 Jira instances on asingle Tomcat server, I can't figure out how to pass in the jira.home property The documentation says I need to:- Add a web context property called 'jira.home' — this property is set in different files depending o...

JIRA - Resource Availability and Utilization Tracking - Across multiple projects

Was wondering if anyone knows of a plugin for JIRA that would provide a consistent view on a daily / weekly / Monthly / etc. basis for People / Resource Tracking and forecasting of resource availability - especially if resource could be used on multiple "projects" potentially. Current Tasks assigned with duration and period of effort F...

JIRA JQL searching by date - is there a way of getting Today() (Date) instead of Now() (DateTime)

I am trying to create some Issue Filters in JIRA based on CreateDate. The only date/time function I can find is Now() and searches relative to that, i.e. "-1d", "-4d" etc. The only problem with this is that Now() is time specific so there is no way of getting a particular day's created issues. i.e. Created < Now() AND Created >= "-1d"...

TortoiseSVN issue tracker plugin built - but not implemented

Hello, I've read all the info of how to build an issue tracker plug-in in C# for TortoiseSVN. I done that, building a class library with integration to my issue tracking (SalesForce). I don't know how to install it to TortoiseSVN itself. I've created a setup for the solution and I can install it (like JIRA solution that I found onlin...

Using lambda expressions and linq

So I've just started working with linq as well as using lambda expressions. I've run into a small hiccup while trying to get some data that I want. This method should return a list of all projects that are open or in progress from Jira Here's the code public static List<string> getOpenIssuesListByProject(string _projectName) {...

How to get the project version description in Jira via the Soap api

Does anybody know how to get the version description field for a Jira project? Using the ProjectService.getVersions method we can get an Array of RemoteVersion objects but these RemoteVersion objects do not contain the description field. http://docs.atlassian.com/rpc-jira-plugin/latest/com/atlassian/jira/rpc/soap/service/ProjectService...

Jira Conventions and Best-Practices.

I have been using Jira since 6months but haven;t been through any document related to various options available and how to use them for maximum output. There must be some conventions that help in better tracking of the issue. For instance, Logging work, Linking issues, creating sub-tasks. It would be of help if you can share some of t...

Reporting on release changes when using JIRA, Ivy and SVN

Hey guys, Our team has a number of independant services, and (possibly nested) dependant versioned libraries - currently managed in Ivy. Whenever a dependant library is updated, all libraries and services dependant on this need to be re-released. Therefore the author of a change can carry other people's changes out to Production. We wa...

Jira task hierarchies

Searching online, I see lots of people asking for features to have multiple levels of sub-tasks, and proper sub-task functionality (like FogBugz). But I don't know if it's planned in future versions, or if plugins exist to provide this functionality. Does anyone know? ...

Is it possible to sync issues between JIRA and SourceForge Enterprise Ediition?

For various complicated annoying reasons which I won't go into here I need to track a project in both JIRA and SourceForge EE. Because I don't want people to have maintian trackers/issues in two places I was wondering if there is a way to automatically sync the two systems. The syncing would need to reflect changes in state as well as ...