Skip to content

Commit

Permalink
HPCC-31397 Jirabot updates for CloudJira
Browse files Browse the repository at this point in the history
- Added missing variable in user lookup failure code path

Signed-off-by: James McMullan [email protected]
  • Loading branch information
jpmcmu committed Mar 26, 2024
1 parent 57654c4 commit faa4a65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jirabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
time.sleep(10)
jira = JIRA(options=options, basic_auth=(jirabot_user, jirabot_pass))
jiraUser = None
userSearchResults = jira.search_users(query=prAuthor)
if userSearchResults and len(userSearchResults) > 0:
jiraUser = userSearchResults[0]
Expand Down

0 comments on commit faa4a65

Please sign in to comment.