The Jira Notification Orb (circleci/jira) can fail with the message
401:https://circleci.com/api/v2/me Curl failed with code 401. full response below. { "message" : "You must log in first." }
Verify that the environment variable CIRCLE_TOKEN is set in the project's environment variables section.
Verify that CIRCLE_TOKEN is set to a personal API token as opposed to a project API token.
Comments
Article is closed for comments.