# Jira

### Integrating with Jira Cloud

To configure your ProdCamp integration with Jira Cloud you need to take several steps.

1 Click on the Gear button on the top right.

2 Head over to the Integrations section.

3 Click on Jira to expand the accordion.

![](/files/-MPDm6gpqM3KwZ05MKwT)

4 Click on the Connect button. You will be redirected to the Jira SSO page.

5 Select the project in the "Authorize for" drop-down.

![](/files/-MKAcv3F-7ZP36h0hyJ-)

6 Click Accept. You will be redirected back to your ProdCamp account. \
Now you'll have a "**Push to Jira**" button on each feature details page, in the right info column. \
This button will be changed to **Issue status** from Jira when the feature-issue connection will be performed.

![](/files/-MPEd4FmvgmT6sK2MyTp)

### Set webhooks in Jira

Now it's time to set webhooks in Jira to be able to synchronize changes back from Jira into ProdCamp (you need to have **Admin Jira Global Permission** to perform these actions).&#x20;

1 Press the gear button in the top right corner, then click "**System**". Under "**Advanced**", select "**WebHooks**".

![](/files/-MPDtjdTsHzPHNJ_yKoW)

![](/files/-MPDu-lCHEYLzGgk1L1L)

Press the "Create a WebHook" button in the top right corner.&#x20;

In the "**Name**" field you can name this webhook as you like, for example, "ProdCamp webhook".&#x20;

Status should be set to "**Enabled**". In the "**URL**" field insert the following URL: `https://app.prodcamp.com/api/integrations/jira/webhooks/issue` &#x20;

Then you need to allow posting some Issue related events in the "**Events**" section (Issue: **created**, **updated**, **deleted**) according to the following screenshot:

![](/files/-MPEDwj9wQj5zFLpw34K)

Go to the very bottom of the webhook creation page and press the "**Create**" button.&#x20;

**Congratulations!** \
**The integration is configured now 🌟**

Check how to [Push Feature to Jira](/features/push-feature-to-jira.md)


---

# Agent Instructions: 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:

```
GET https://help.prodcamp.com/integrations/jira.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
