diff --git a/examples/codex/jira-github.ipynb b/examples/codex/jira-github.ipynb
index 161d577b42..a6f1fbdc1d 100644
--- a/examples/codex/jira-github.ipynb
+++ b/examples/codex/jira-github.ipynb
@@ -14,7 +14,7 @@
"\n",
"This cookbook provides a practical, step-by-step approach to automating the workflow between Jira and GitHub. By labeling a Jira issue, you trigger an end-to-end process that creates a **GitHub pull request**, keeps both systems updated, and streamlines code review, all with minimal manual effort. The automation is powered by the [`codex-cli`](https://github.com/openai/openai-codex) agent running inside a GitHub Action.\n",
"\n",
- "#
\n"
+ "#
\n"
]
},
{
@@ -54,7 +54,7 @@
"source": [
"## Create the Jira Automation Rule\n",
"\n",
- "
\n",
+ "
\n",
"\n",
"The first step in this rule listens for changes to an issue’s labels. This ensures we only trigger the automation when a label is added or modified—no need to process every update to the issue.\n",
"\n",
@@ -243,7 +243,7 @@
"1. **During creation** – add it in the \"Labels\" field before hitting *Create* \n",
"2. **Existing issue** – hover the label area → click the pencil icon → type `aswe`\n",
"\n",
- "
\n"
+ "
\n"
]
},
{
@@ -263,8 +263,8 @@
"5. Jira is moved to **In Review** and a comment with the PR URL is posted\n",
"6. Reviewers are notified per your normal branch protection settings\n",
"\n",
- "
\n",
- "
\n"
+ "
\n",
+ "
\n"
]
},
{
diff --git a/images/add_label.png b/images/add_label.png
new file mode 100644
index 0000000000..2c67b561eb
Binary files /dev/null and b/images/add_label.png differ
diff --git a/images/codex_action.png b/images/codex_action.png
new file mode 100644
index 0000000000..491de6651d
Binary files /dev/null and b/images/codex_action.png differ
diff --git a/images/jira_comment.png b/images/jira_comment.png
new file mode 100644
index 0000000000..2f010df408
Binary files /dev/null and b/images/jira_comment.png differ
diff --git a/images/jira_rule.png b/images/jira_rule.png
new file mode 100644
index 0000000000..a63dcae396
Binary files /dev/null and b/images/jira_rule.png differ
diff --git a/images/jira_status_change.png b/images/jira_status_change.png
new file mode 100644
index 0000000000..ac80c7f75b
Binary files /dev/null and b/images/jira_status_change.png differ
diff --git a/registry.yaml b/registry.yaml
index fff6e3c717..a8d021051a 100644
--- a/registry.yaml
+++ b/registry.yaml
@@ -12,7 +12,7 @@
tags:
- codex
- automation
-
+
- title: Prompt Migration Guide
path: examples/Prompt_migration_guide.ipynb
date: 2025-06-26