Skip to content

Commit 5d9219a

Browse files
authored
fix images display issue for codex <> jira cookbook (#1925)
1 parent 5d2459f commit 5d9219a

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

examples/codex/jira-github.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"\n",
1515
"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",
1616
"\n",
17-
"# <img src=\"./images/codex_action.png\" alt=\"Full data-flow diagram\" width=\"500\"/>\n"
17+
"# <img src=\"../../images/codex_action.png\" alt=\"Full data-flow diagram\" width=\"500\"/>\n"
1818
]
1919
},
2020
{
@@ -54,7 +54,7 @@
5454
"source": [
5555
"## Create the Jira Automation Rule\n",
5656
"\n",
57-
"<img src=\"./images/jira_rule.png\" alt=\"Automation Rule\" width=\"500\"/>\n",
57+
"<img src=\"../../images/jira_rule.png\" alt=\"Automation Rule\" width=\"500\"/>\n",
5858
"\n",
5959
"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",
6060
"\n",
@@ -243,7 +243,7 @@
243243
"1. **During creation** – add it in the \"Labels\" field before hitting *Create* \n",
244244
"2. **Existing issue** – hover the label area → click the pencil icon → type `aswe`\n",
245245
"\n",
246-
"<img src=\"./images/add_label.png\" alt=\"Adding a label\" width=\"500\"/>\n"
246+
"<img src=\"../../images/add_label.png\" alt=\"Adding a label\" width=\"500\"/>\n"
247247
]
248248
},
249249
{
@@ -263,8 +263,8 @@
263263
"5. Jira is moved to **In Review** and a comment with the PR URL is posted\n",
264264
"6. Reviewers are notified per your normal branch protection settings\n",
265265
"\n",
266-
"<img src=\"./images/jira_comment.png\" alt=\"Jira comment with PR link\" width=\"300\"/>\n",
267-
"<img src=\"./images/jira_status_change.png\" alt=\"Jira status transition to In Review\" width=\"300\"/>\n"
266+
"<img src=\"../../images/jira_comment.png\" alt=\"Jira comment with PR link\" width=\"300\"/>\n",
267+
"<img src=\"../../images/jira_status_change.png\" alt=\"Jira status transition to In Review\" width=\"300\"/>\n"
268268
]
269269
},
270270
{

images/add_label.png

121 KB
Loading

images/codex_action.png

305 KB
Loading

images/jira_comment.png

91 KB
Loading

images/jira_rule.png

326 KB
Loading

images/jira_status_change.png

85.1 KB
Loading

registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
tags:
1313
- codex
1414
- automation
15-
15+
1616
- title: Prompt Migration Guide
1717
path: examples/Prompt_migration_guide.ipynb
1818
date: 2025-06-26

0 commit comments

Comments
 (0)