---
title: "Modify Jira Issue Summary to contain Pentest Title"
description: "This guide is designed to help Integration Builder users customize the summary field of Jira issues created by their recipes to contain the title of the relevant pentest. Please follow the Create Jira tickets for Findings guide before proceeding with this guide."
canonical_url: "https://cobalt-io.brainfish.ai/articles/modify-jira-issue-summary-to-contain-pentest-title-nbcClr0OIC"
md_url: "https://cobalt-io.brainfish.ai/articles/modify-jira-issue-summary-to-contain-pentest-title-nbcClr0OIC.md"
---
# Modify Jira Issue Summary to contain Pentest Title

:::info
This guide is designed to help [Integration Builder](https://docs.cobalt.io/en-us/articles/integration-builder-Aelp0wU7EI) users customize the summary field of Jira issues created by their recipes to contain the title of the relevant pentest. Please follow the [Create Jira tickets for Findings guide](https://docs.cobalt.io/en-us/articles/create-jira-tickets-for-findings-5iy1QEDBuE) before proceeding with this guide.

:::


1. Navigate to the **\[Cobalt > Jira Cloud\] Push pentest finding to Jira** recipe that you set up while [following the previous guide](https://docs.cobalt.io/en-us/articles/create-jira-tickets-for-findings-5iy1QEDBuE).
2. Open the edit view for the recipe by clicking the **Edit** button.
3. Hover your cursor above the **Monitor** block that encapsulates the **Create issue in Jira** action. An **Add step** button will appear. Click on it.

 ![](https://cobalt-io.brainfish.ai/api/attachments.redirect?id=99501537-7399-477f-b996-44f7eb1d07d5)


4. Choose the **Handle errors** option.

 ![](https://cobalt-io.brainfish.ai/api/attachments.redirect?id=0d869b15-b2c2-4bd4-a4b7-a2d429f88521)


5. Click on the empty action slot nested within the **Monitor** block. A configuration pane will open on the right. Click on the **Cobalt Connector**.

 ![](https://cobalt-io.brainfish.ai/api/attachments.redirect?id=6f667169-0a1e-425a-899b-d62fa5314fe4)


6. Choose the **Get pentest** action.

 ![](https://cobalt-io.brainfish.ai/api/attachments.redirect?id=7da93d54-6304-4fda-b80a-ed3829a03b57)


7. You now need to map the ID of the pentest associated to the finding into the **Pentest ID** input field. Once you click into the **Pentest ID** input field, the **Recipe data** drawer will open. Within the **Recipe data** drawer, look for the **Pentest finding state updated** trigger and expand it to see all of its outputs. Find the **Pentest ID** output and click on it to map it to the **Pentest ID** input field.

 ![](https://cobalt-io.brainfish.ai/api/attachments.redirect?id=030dfdfb-7023-4286-bfa9-5aeeb952a451)  ![](https://cobalt-io.brainfish.ai/api/attachments.redirect?id=e0e5266d-5674-4867-bb1e-56f6db51cc03)


8. Click on the **Retry** action that is below the **Get pentest** action. Configure it to retry 3 times and to wait 5 seconds between retries. This gives the recipe a decent chance to automatically recover from any network failures.

 ![](https://cobalt-io.brainfish.ai/api/attachments.redirect?id=af6126b0-deb3-4ee3-bef3-3aff00df488a)


9. Below the **Retry** action, there is an arrow labeled **if error persists**. Below this arrow there is an empty action slot. Hover over it and click the elipsis that appears to the right of the action slot. In the menu that appears, click **Delete** to remove the action slot.

 ![](https://cobalt-io.brainfish.ai/api/attachments.redirect?id=8b4d730c-e32f-473b-8a0d-bbbffd0d08c3)


10. Hover in the area where you deleted the action slot until the **Add step** button appears. Click the **Add step** button.

 ![](https://cobalt-io.brainfish.ai/api/attachments.redirect?id=d3ad9099-3fca-4a4b-93cd-787c5ca9206f)


11. Choose the **Stop job** option.

 ![](https://cobalt-io.brainfish.ai/api/attachments.redirect?id=64fb959c-36ff-447d-a22e-35f04cf7d25b)


12. Click on the **Stop job** action. In the configuration pane that opens on the right, you will see a few options. Set the **In job report, mark stopped job as** field to **Failed**. Use the **Recipe data** drawer to map the **Error message** output from the **Retry** action into the **Reason for failure** input field.

 ![](https://cobalt-io.brainfish.ai/api/attachments.redirect?id=83cbccf2-47ad-419f-acad-a64cd8d08754)


13. Find the **Create issue in Jira** action and click on it. Within the configuration pane that opens on the right, find the **Summary** input field. Click into the **Summary** input field and use the backspace key to remove the **Pentest finding title** data pill.

 ![](https://cobalt-io.brainfish.ai/api/attachments.redirect?id=b8fcaf0e-87b3-4035-ae50-8218be6b675c)


:::info
Note that when you hover over the **Title** data pill, you can see what step the data is coming from. This is useful to verify that the **Title** data pill represents the pentest finding’s title

:::

 ![](https://cobalt-io.brainfish.ai/api/attachments.redirect?id=931366b3-1063-4d40-bef2-d5c2b440926b)


14. Use the **Recipe data** drawer to map the **Title** output from the **Get pentest** action into the **Summary** input field for the **Create issue in Jira** action.

 ![](https://cobalt-io.brainfish.ai/api/attachments.redirect?id=c2f2d06e-649e-4a0a-975d-4cc8f97dd4de)


:::info
Note that when you hover over the **Title** data pill, you can see what step the data is coming from. This is useful to verify that the **Title** data pill represents the pentest’s title

:::


15. That’s it! Click save and start your recipe.
