The Atlassian Connector for Eclipse allows you to monitor, add and update JIRA issues while remaining in your integrated development environment.
Before reading the information below, please make sure that you have installed the Atlassian Connector for Eclipse, as described in the installation guide, and defined a task repository for at least one JIRA server, as described in the configuration guide.
Configuration Guide
For information on setting up your JIRA server in Eclipse, please read the configuration guide.
On this page:
Creating a Query
The first step is to connect to a JIRA repository.
To connect to a JIRA repository,
- Make the Task Repositories view visible using the menu Window > Show View > Other and select Tasks -> Task Repositories.
- Click the 'Add Task Repository' icon
A wizard for setting the repository properties is displayed.
in the toolbar of the view. - Choose JIRA (supports 3.4 and later) from the list of connectors and select Next. The 'JIRA Repository Settings' screen will display:
- Enter the URL of your JIRA instance as the 'Server' URL (e.g. 'http://jira.atlassian.com').
- Enter the label for the JIRA instance (e.g. 'JAC'). This will display in your Eclipse IDE for the JIRA instance.
- Enter your 'User ID' and 'Password' for the JIRA instance.
- Click the 'Validate Settings' button to verify that the entered credentials are valid.
- Select Finish to create the repository. You will then be prompted to create a query.
- Click 'Yes' to start creating a new query.
To create a new query,
- 'Create query using form' will be selected by default. Click Next. On the query creation, Mylyn will download the repository configuration which can take a few minutes. The 'Edit Repository Query' window will display. Enter the following information:
- Enter a Query Title that for your query.
- Choose search parameters that define the query.
- Click the Finish button to add the query to your task list.
The Java perspective displays the task list in the upper right section of the workbench. If it is not visible go to Window > Show View > Other and select Tasks > Task List. The task list shows the list of tasks that match the query. The blue arrow icons indicate that the task have incoming changes. Double clicking a task will bring up the task editor.
Screenshot: Task List
The task editor displays the attributes, description and comments of a JIRA issue and allows you to edit the issue.
Screenshot: Task Editor
Creating a New Issue
To create a new issue,
- Click the 'New Task' icon in toolbar of the Task List. The 'New Task' wizard will display.
- Choose your repository (e.g. 'JAC') from the list of repositories.
- Select Next to and choose a project from the list of projects.
- Select Finish to open the editor for entering task details.
Screenshot: Creating an issue in Eclipse
Viewing an Issue
To view an issue in Eclipse,
- Open the 'Task List' in Eclipse if it is not already opened, i.e. Click 'Window' -> 'Show View' -> 'Other' -> 'Tasks' -> 'Task List'. The queries that you have set up will be displayed.
- Click the arrow next to the query to show the list of issues returned by the query.
- Find the desired issue and double-click it. The issue will be displayed in Eclipse.
Screenshot: Viewing an issue in Eclipse
Starting/Stopping Work on an Issue
You can start work on an issue in Eclipse by activating it in your IDE. This assigns the issue to you and starts progress on it.
To start work on an issue,
- Open an issue in Eclipse. The issue will be displayed.
- Click the
- Activates the issue in Eclipse.
- Assigns the issue to you in JIRA.
- Transitions the issue to 'In Progress' in JIRA (in the default JIRA workflow).
If you log work on an issue, it will automatically calculate and suggest the period of time from when you first activated the issue. Please note, you need to enable time tracking in Mylyn for this ('Windows' -> 'Preferences' -> 'Tasks' in Eclipse).
icon ('Start Work in JIRA and Activate Task'). The icon will be indented. This will also do the following:
- To stop work on an issue, simply click the indented
- Deactivates the issue in Eclipse.
- Transitions the issue back to 'Open' in JIRA (in the default JIRA workflow).
icon. This will do the following:
RELATED TOPICS
- Installation and Upgrade Guide for the Eclipse Connector
- Configuring the Eclipse Connector
- Using JIRA in the Eclipse Connector
- Using Bamboo in the Eclipse Connector
- Using FishEye in the Eclipse Connector
- Eclipse Connector FAQ
- Eclipse Connector Resources
- Supported Platforms - Atlassian Connector for Eclipse
Refer to the JIRA documentation for more information about JIRA functionality.
Attachments:









