The acli jira workitem create command fails when attempting to create a JIRA issue.
Error Message:
Error: unexpected error, trace id: 2227af6ad89c4d39a1b9db7cc88b9903
Observed Behavior:
Command Executed:
echo "${{ inputs.api_token }}" | acli jira auth login --site "${{ inputs.domain }}" --email "${{ inputs.email }}" --token
acli jira workitem create --project [PROJECT] --type Task --summary "[TITLE]" --description "[DESCRIPTION]" -a "[USER_EMAIL]" --json
> Error: unexpected error, trace id: 2227af6ad89c4d39a1b9db7cc88b9903