Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions examples/codex/jira-github.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"# <img src=\"./images/codex_action.png\" alt=\"Full data-flow diagram\" width=\"500\"/>\n"
"# <img src=\"../../images/codex_action.png\" alt=\"Full data-flow diagram\" width=\"500\"/>\n"
]
},
{
Expand Down Expand Up @@ -54,7 +54,7 @@
"source": [
"## Create the Jira Automation Rule\n",
"\n",
"<img src=\"./images/jira_rule.png\" alt=\"Automation Rule\" width=\"500\"/>\n",
"<img src=\"../../images/jira_rule.png\" alt=\"Automation Rule\" width=\"500\"/>\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",
Expand Down Expand Up @@ -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",
"<img src=\"./images/add_label.png\" alt=\"Adding a label\" width=\"500\"/>\n"
"<img src=\"../../images/add_label.png\" alt=\"Adding a label\" width=\"500\"/>\n"
]
},
{
Expand All @@ -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",
"<img src=\"./images/jira_comment.png\" alt=\"Jira comment with PR link\" width=\"300\"/>\n",
"<img src=\"./images/jira_status_change.png\" alt=\"Jira status transition to In Review\" width=\"300\"/>\n"
"<img src=\"../../images/jira_comment.png\" alt=\"Jira comment with PR link\" width=\"300\"/>\n",
"<img src=\"../../images/jira_status_change.png\" alt=\"Jira status transition to In Review\" width=\"300\"/>\n"
]
},
{
Expand Down
Binary file added images/add_label.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/codex_action.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/jira_comment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/jira_rule.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/jira_status_change.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
tags:
- codex
- automation

- title: Prompt Migration Guide
path: examples/Prompt_migration_guide.ipynb
date: 2025-06-26
Expand Down