> For the complete documentation index, see [llms.txt](https://docs.toolsplus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.toolsplus.io/atlassian-cloud/intercom-for-jira/concepts/app-workflow.md).

# App workflow

The app workflow is the core concept of the Intercom and Jira integration. It describes the two-way process implemented in the apps that emerged from research and ongoing customer feedback.

![](/files/-MDJMr0mpI1Fw6U-mfiM)

The workflow starts in Intercom. When a customer writes into your Intercom, they may report a bug or request a feature that your support team needs to track. Support agents then **create a Jira work item or link to an existing one (1)** using the [Jira Cloud integration for Intercom](/intercom/jira-cloud-for-intercom.md). [The Intercom integration for Jira](/atlassian-cloud/intercom-for-jira.md) will help to link the conversation and work item together. After that, the support agent informs the customer that the issue is being tracked and closes the Intercom conversation.

From here, the Jira teams get to work. They will fix the reported bug or implement the requested feature just as they are used to. While they work, Intercom for Jira will **send work item update notifications to linked Intercom conversations and automatically reopen them once the work item reaches a "done" state (2)**.

By reopening conversations in Intercom, they will pop up on top of the Intercom Inbox, and support agents can get back to the customer and inform them of progress.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.toolsplus.io/atlassian-cloud/intercom-for-jira/concepts/app-workflow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
