Jira seems to allow login with a differently capitalized username, however for checks such as whether an action has been performed by Arisa itself, we need the correctly capitalized username.
Approach
Call /rest/api/2/myself and compare the reported username with the one provided in the config.
Future work
⚠️ Verify that the Arisa config used in production actually uses the correctly capitalized username.
Purpose
Jira seems to allow login with a differently capitalized username, however for checks such as whether an action has been performed by Arisa itself, we need the correctly capitalized username.
Approach
Call
/rest/api/2/myself
and compare the reported username with the one provided in the config.Future work
⚠️ Verify that the Arisa config used in production actually uses the correctly capitalized username.
Checklist
docs
folderTested in MCTEST-xxxTested locally