Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

ACLI: All jira workitem commands fail with "unexpected error" while REST API works

Giuseppe Vincenzi
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 29, 2026

Problem

All "acli jira workitem" commands fail with generic "unexpected error, trace id: XXX" while the same operations work perfectly via direct REST API calls using identical credentials.

Environment

- ACLI Version: 1.3.11-stable and 1.3.13-stable (both affected)
- OS: Linux (tested on WSL2 and Docker containers)
- Auth Type: api_token

Steps to Reproduce

1. Authenticate: acli jira auth login --site MYSITE.atlassian.net --email EMAIL --token
2. Verify: acli jira auth status Shows "Authenticated"
3. Run any query:
- acli jira workitem view ISSUE-123 --json 
- acli jira workitem view ISSUE-123 
- acli jira workitem search --jql "key=ISSUE-123"
- acli jira project list --recent 5

All return: Error: unexpected error, trace id: XXXX

Proof that REST API works

Using the same credentials with curl:

curl -u "email:token" "https://MYSITE.atlassian.net/rest/api/3/issue/ISSUE-123"
Returns full JSON (56KB) - WORKS

curl -u "email:token" "https://MYSITE.atlassian.net/rest/api/3/myself"
Returns user profile - WORKS

Conclusion

- Authentication works
- Credentials have correct permissions
- Direct REST API works perfectly
- ACLI fails on ALL query commands

This appears to be a bug in how ACLI handles API responses.

ACLI is completely unusable for any Jira operations. We have CI/CD pipelines depending on it.

2 answers

1 accepted

0 votes
Answer accepted
Giuseppe Vincenzi
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 29, 2026

Update: Retested and the issue is now resolved. All acli jira workitem commands are working correctly. Thanks for the fix!

0 votes
Rob Taylor
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 29, 2026

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events