From 943af0653b8b33529a56ceee800e96ccb1b1bc90 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Mon, 14 Apr 2025 08:29:19 +0300 Subject: [PATCH] Improve formatting and clarity in Jira PAT token validation documentation --- docs/docs/core-abilities/fetching_ticket_context.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/core-abilities/fetching_ticket_context.md b/docs/docs/core-abilities/fetching_ticket_context.md index daeb9384..3a0c9fd0 100644 --- a/docs/docs/core-abilities/fetching_ticket_context.md +++ b/docs/docs/core-abilities/fetching_ticket_context.md @@ -179,13 +179,13 @@ jira_api_token = "YOUR_API_TOKEN" #### Validating PAT token via Python script If you are facing issues retrieving tickets in Qodo Merge with PAT token, you can validate the flow using a Python script. -This following steps will help you check if the token is working correctly, and if you can access the Jira ticket details. +This following steps will help you check if the token is working correctly, and if you can access the Jira ticket details: -1) run `pip install jira==3.8.0` +1. run `pip install jira==3.8.0` -2) run the following script (after replacing the placeholders with your actual values): +2. run the following Python script (after replacing the placeholders with your actual values): -??? example "Python script to validate PAT token" +??? example "Script to validate PAT token" ```python from jira import JIRA