Can you guide me to the Board Settings?
I do not want to see the SUBTASKS. I only need to see STORY
You could do this by adding "and issuetype is in standardIssueTypes()" to select only story-level issues (or, if you don't want to exclude other layers, "and issuetype is not in subtaskIssueTypes()" ), but this will cause problems with closing the sprint - because you won't be able to progress sub-tasks on the board iinto "done", you'll find stories block you from closing the sprint until you've completed all their sub-tasks.
The best option here is to add a quick-filter to the board, so a single click can hide all the sub-tasks. The filter should be " issuetype is not in subtaskIssueTypes()"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm sorry, I did not give you the exact phrasing, I was "thinking out loud" and converting JQL into something a bit closer to natural human language, which the computers struggle with.
I'm glad you made it work, and I apologise for not getting it right. I'd like to think I got you going in the right direction though!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try to act on the board filter by adding the condition "AND issuetype is not in subtaskIssueTypes()"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Click on the More Actions icon (three dots on the upper-right corner) and select Board Settings.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.