Skip to content

Commit 8416065

Browse files
bugerclaude
andauthored
fix: add jira-user-email to Jira linter workflow [TT-16950] (#8049)
## Summary - Adds missing `jira-user-email` input to the Jira PR validator workflow - The Atlassian API requires both email and token for basic auth - Without this, all Jira ticket lookups fail with 404 ## Test plan - [ ] Verify the Jira linter check passes on a PR with a valid Jira ticket reference 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3e30da0 commit 8416065

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/jira-pr-validator.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
uses: TykTechnologies/jira-linter@38a9cabef56171c4e52ea698fa7be3db5fca3a49 # main
1818
with:
1919
jira-base-url: 'https://tyktech.atlassian.net'
20+
jira-user-email: ${{ secrets.JIRA_USER_EMAIL }}
2021
jira-api-token: ${{ secrets.JIRA_TOKEN }}

0 commit comments

Comments
 (0)