Links

Jira

Push your features to Jira and sychronize them between two systems.

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.
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.
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.

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).
1 Press the gear button in the top right corner, then click "System". Under "Advanced", select "WebHooks".
Press the "Create a WebHook" button in the top right corner.
In the "Name" field you can name this webhook as you like, for example, "ProdCamp webhook".
Status should be set to "Enabled". In the "URL" field insert the following URL: https://app.prodcamp.com/api/integrations/jira/webhooks/issue
Then you need to allow posting some Issue related events in the "Events" section (Issue: created, updated, deleted) according to the following screenshot:
Go to the very bottom of the webhook creation page and press the "Create" button.
Congratulations! The integration is configured now 🌟
Check how to Push Feature to Jira