2.3.1 Better Upstream Integration

On this page

Still need help?

The Atlassian Community is here for you.

Ask the community

Next to downstream integration of Jira into source-code control systems, Jira also supports an integration with more abstract systems such as team rooms like SharePoint, team collaboration tools like Confluence, design tools like Balsamiq or Gliffy, 3rd party web pages and even CRM systems such as Salesforce.com.

That linkage of applications enables traceability throughout all relevant systems in the business process. This is especially helpful for the inclusion of non-technical stakeholders who are often not part in traditional Application Lifecycle Management process (ALM) systems.

The Issue Collector for example integrates with your website or web application. The Jira Mobile Connector for iPhone or Android also enable application developers to integrate their feedback mechanism with Jira. As a results, you are now able to integrate the customer and end user into the ALM process directly.

Steps to demonstrate

To demonstrate a Jira integration with other systems, you need to install compatible applications or set up application links to existing ones.

One easy integration is that of Confluence and Jira.

  1. Set up an application link between a Confluence and a Jira instance as outlined in Link to another application.
  2. Add a page in confluence for your demonstration project called 'Weekly support check'
  3. After writing some decorative text, create header 'h1. Opened last week' (without the single quotes)
  4. In confluence, click 'Insert' and then select Jira Issues
  5. Select the search tab on the left hand side and enter the JQL string 'project = Jira and createdDate > -1w' (without single quotes and Jira should be replaced with the name of the project you created for the demonstration).
  6. Write the second header 'h1. Closed last week' (without the single quotes) and add another Jira issues macro with JQL 'project = Jira and resolutiondate > -1w order by priority desc' (without single quotes and Jira should be replaced with the name of the project you created for the demonstration). This will give you an overview of all tickets that were closed in the last week.
  7. Write the third header 'h1. Overdue issues', add another Jira issues macro for JQL: 'project = Jira and duedate > -1w' (without single quotes and Jira should be replaced with the name of the project you created for the demonstration). Make sure to create some issues that are overdue so that the list is not empty.

You can also set up other application links from Jira to another system, e.g. webpage, salesforce.com, etc.

Demonstration requirements

Set up links of tickets to confluence pages, salesforce.com systems but also downstream repositories, etc.

Demonstration on Jira.Atlassian.com

Although it is not possible to change application links on Jira.atlassian.com, the activity stream still shows how updates from other applications feed into Jira.

  1. Open the dashboard
  2. Create a new dashboard and name it 'Cross-Systems'
  3. Add the activity stream gadget and select all available applications. Go through the updates. Note the various sources of updates.
Last modified on Nov 17, 2023

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.