IssueCreator

Name IssueCreator
Version 0.1
Product Versions 3.5
Author(s) tom@atlassian.com
Homepage  
Price Free
License  
JavaDocs  
IssueTracking http://developer.atlassian.com/jira/browse/CLNT
Download JAR OS X Disk Image, double-clickable jar file
Download Source Source for 0.1

Description/Features

A Java application which allows rapid entry of issues. See also the Ajax version: AJAX Issue Creator.

Usage

Start the application, either via Webstart, by double clicking its jar file, or by running the OS X .app version.

The first time you start up you'll be shown the preferences dialog -- you need to enter the URL of the JIRA instance you want to use and your JIRA username and password. Click the OK button, and IssueCreator will start loading information from the JIRA instance. Until this is complete the 'Create Issue' button and the issue attribute drop-downs will be greyed out, but you can start typing your description and details.

When you have entered all the information for the issue, click the 'Create Issue' button. You can immediately start entering the next issue, the status message will tell you when the issue has been created. You can't queue more than one issue creation.

When the issue is created the status message will change to the ID of the newly created issue, and the clipboard will contain the full URL to the issue. 

IssueCreator requires Java 1.5

The JIRA server must accept remote API calls, and must allow unassigned issues.

 

Examples

Version History

0.1 - First version. 

Open Issues

Atlassian Developer Network JIRA (6 issues)
T Key Summary Reporter Status
New Feature CLNT-1 Allow configuration of multiple JIRA instances Tom Davies Open
New Feature CLNT-2 Allow configuration of fields displayed for each instance Tom Davies Open
New Feature CLNT-3 Button to immediately close the issue as fixed after creating it. Tom Davies Open
New Feature CLNT-4 text field to enter assignee Aaron Brady Open
Bug CLNT-5 Doubts on Jira Soap Service Luís Martins Open
Bug CLNT-6 org.xml.sax.SAXException: Unable to create JavaBean of type .com.atlassian.jira.rpc.soap.service.IssueServiceImpl$Remote Alexander Open

Screenshots

Screenshots
(view as slideshow)
     
     
 

Labels

 
  1. Mar 30, 2006

    Matt Doar says:

    Looks nice\! Couple of questions. 1. What project should we use to file feature ...

    Looks nice! Couple of questions.

    1. What project should we use to file feature requests?

    2.  I have a situation where Original Estimate is required. How would you set that field?

    ~Matt

    1. Mar 30, 2006

      Jonathan Nolen says:

      I've added a JIRA project for this project:

      I've added a JIRA project for this project: http://developer.atlassian.com/jira/browse/CLNT

  2. Apr 05, 2006

    Aaron Brady says:

    This would be really useful to me if you could add a field to manually type in t...

    This would be really useful to me if you could add a field to manually type in the assignee.

  3. Apr 10, 2006

    Mark Derricutt says:

    Arrg the JNLP wants 1.5 \specifically, now a minimum of 1.5 :(  I already h...

    Arrg - the JNLP wants 1.5 -specifically-, now a minimum of 1.5   I already have 1.5 on my machine but have Mustang as my default and Webstart wants to redownload 1.5

    Any chance of allowing 1.6?

    1. Apr 10, 2006

      Tom Davies says:

      I've changed the spec to 1.5, but note that Webstart (in its wisdom) won't use a...

      I've changed the spec to 1.5+, but note that Webstart (in its wisdom) won't use a JDK with a '-' in the version string.

      Tom