Skip to content

Commit 06fbc68

Browse files
Addition of missing step in Jira GPT Action entry (openai#1328)
1 parent 3c1010d commit 06fbc68

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

examples/chatgpt/gpt_actions_library/gpt_action_jira.ipynb

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,21 @@
450450
"cell_type": "markdown",
451451
"metadata": {},
452452
"source": [
453-
"3. <b>Application Client ID/Secret</b>: The next step is to locate the **Client ID** and **Secret** for enabling secure authentication between ChatGPT and Jira. We can find these values by clicking on **Settings** in the sidebar and scrolling down to **Authentication Details**. \n",
453+
"3. <b>Configure Placeholder Callback URL</b>: In order to complete the following step and obtain a **Client ID** and **Secret** for enabling secure authentication between ChatGPT and Jira, we first need to add a placeholder callback URL. We can achieve this by clicking on **Authorization** in the sidebar, and **Configure** next to **OAuth 2.0 (3LO)**. From here simply enter a placeholder URL and click **Save Changes**.\n"
454+
]
455+
},
456+
{
457+
"cell_type": "markdown",
458+
"metadata": {},
459+
"source": [
460+
"![gptactions_jira_placeholder.png](../../../images/gptactions_jira_placeholder.png)"
461+
]
462+
},
463+
{
464+
"cell_type": "markdown",
465+
"metadata": {},
466+
"source": [
467+
"4. <b>Application Client ID/Secret</b>: The next step is to locate the **Client ID** and **Secret** for enabling secure authentication between ChatGPT and Jira. We can find these values by clicking on **Settings** in the sidebar and scrolling down to **Authentication Details**. \n",
454468
"\n",
455469
" Keep this page open as we will require these values in the next stage of configuration!"
456470
]
204 KB
Loading

0 commit comments

Comments
 (0)