Skip to content

Update the environment variables required#932

Merged
jf-x-dev merged 1 commit intomainfrom
update-env-vars
Feb 6, 2026
Merged

Update the environment variables required#932
jf-x-dev merged 1 commit intomainfrom
update-env-vars

Conversation

@jf-x-dev
Copy link
Collaborator

@jf-x-dev jf-x-dev commented Feb 6, 2026

Ensure we have separate Jira url variables for the linked issues and for the reporting.
Also update documentation and remove unnecessary variables

Will require renaming the JIRA_URL in the repository variables

@jf-x-dev jf-x-dev requested a review from a team as a code owner February 6, 2026 16:35
def issue(ticket_number: str):
base_url = os.environ.get("JIRA_URL", "https://nhsd-jira.digital.nhs.uk/browse/")
base_url = os.environ.get(
"JIRA_ISSUE_URL", "https://nhsd-jira.digital.nhs.uk/browse/"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This name will need updating in the repo's variables too.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep will do that when merging

@jf-x-dev jf-x-dev merged commit 60eedbc into main Feb 6, 2026
6 checks passed
@jf-x-dev jf-x-dev deleted the update-env-vars branch February 6, 2026 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants