[PM-36184] Update jira issue fetching process#6860
Conversation
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE This PR updates the Jira release notes fetching script to use the new Atlassian API URL pattern ( Code Review DetailsNo findings. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6860 +/- ##
==========================================
- Coverage 85.80% 85.54% -0.27%
==========================================
Files 836 840 +4
Lines 59408 59731 +323
Branches 8672 8720 +48
==========================================
+ Hits 50977 51096 +119
- Misses 5442 5634 +192
- Partials 2989 3001 +12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
809ef5f to
b4f1dee
Compare
🎟️ Tracking
PM-36184
📔 Objective
Note: copying changes from bitwarden/ios#2604
Use Jira's api url to retrieve jira notes, required by the new api key. While at it, refactored several bits we can use as a standard for future simple scripts:
urllib, removing the need for uv and dependency version management.Test Run: https://github.com/bitwarden/android/actions/runs/25191637251