I want to include a field in my search results and I can't figure out how to add to JQL clause.
I want to see the STORY POINTS field and it's values for each of the issues in the search results.
Example:
project = ABCTEST AND issuetype in standardIssueTypes() AND status in (Open, "In Progress", Reopened, "On Hold", Blocked, Research, Completed, "Project Hold") ... and then how to include the 'story points' field for each issue?
Thank you so much for your help!
Hi Kimberly,
simply add the column Story Points
in the columns section of the search screen
BR
Kurt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.