Skip to content

Auto-populate Grafana dashboard link in Asana release tasks - #9798

Merged
CDRussell merged 1 commit into
developfrom
feature/craig/automate_creation_grafana_link
Sep 23, 2026
Merged

CDRussell merged 1 commit into
developfrom
feature/craig/automate_creation_grafana_link

Conversation

@CDRussell

@CDRussell CDRussell commented Sep 17, 2026 •

Copy link
Copy Markdown
Member

Task/Issue URL: https://app.asana.com/1/137249556945/project/608920331025315/task/1218578984817164?focus=true
Tech Design URL (if applicable):
API Proposals URL(s) (if applicable):

Description

Release tasks duplicated from the standard Release Template now get a link to the grafana release dashboard auto-filled with a deep link to the correct release version, instead of the release DRI having to fill it in by hand.

The dashboard base URL comes from GitHub variable: GH_ANDROID_GRAFANA_DASHBOARD_BASE_URL

If there's anything preventing it from being auto-populated, it will skip over it and continue on with the release task creation (i.e., a problem won't block the rest of the process)

Steps to test this PR

  • qa optional
  • if you want to test, run the python tests. You might need slightly different version of the above depending on your python environment.
 cd scripts/release && python3 -m venv .venv && source .venv/bin/activate
 pip install -r requirements.txt && pytest test_asana_release_utils.py -q ; deactivate 

You should see 66 passed.


Stack created with GitHub Stacks CLI • Give Feedback 💬

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.

Tip: disable this comment in your organization's Code Review settings.

@CDRussell
CDRussell added this pull request to the merge queue Sep 23, 2026
Merged via the queue into develop with commit 9c7c74d Sep 23, 2026
28 checks passed
@CDRussell
CDRussell deleted the feature/craig/automate_creation_grafana_link branch September 23, 2026 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants