Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Unable to find field "Latest Status" & Creator when using getIssueList

We are running the following CLI (version 10.5) in a batch file. We are trying to pull the fields "Latest Status" (part of Agile/Xray) and Creator (the person who created the ticket - not the Reporter).  The cli runs but does not pull back the Latest Status and Creator columns.  Are these columns not available?

"Z:\ACLI\acli.bat" prod -a getIssueList --jql "project in (TSUT,WSPT) and created >= startOfMonth(-2)" --file "z:\ACLI\getSummaryDCE.csv" --outputFormat 999 --columns (,'Key','Id','Issue','Summary','Type',"Parent id",Created,Updated,Status,Project,Assignee,"Original Estimate","Resolution Date","Epic Link",'Components',"Test Plan Status","Tests associated with a Test Plan",Priority,"Time to test issue in client test","Test Approval Status","Test Count","Test Cycle","Test Database","Test Environments","Test Execution Defects","Test Execution Status","Test Plan","Test Plan Root Folders Custom Field","Test Repository Path","Test Set Status","Test Sets association with a Test","Test Type","TestRunStatus","Tests association with a Pre-Condition","Tests association with a Test Execution","Begin Date",Labels,"Latest Status",Creator,)

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jan 06, 2023

You don't say which CLI application you are using, but my first guess would be that the command is too long - the application is not reading the whole thing.

We're using the following for Data Center:
https://bobswift.atlassian.net/wiki/display/ACLI/Release+Notes+10.5 

I tested with a smaller file size, but we still don't get these fields in our results.

"Z:\ACLI\acli.bat" prod -a getIssueList --jql "project in (TSUT,WSPT) and created >= startOfMonth(-2)" --file "z:\ACLI\getSummaryDCE.csv" --outputFormat 999 --columns (,'Key','Id',"Latest Status",Creator)

Capture.PNG

I should also note I pulled a version down with no hard-coded columns and Creator and Latest Status did not show up there either.  I don't think they exist in getIssueList, so I am trying to find where they are.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events