issueFunction not in subtasksOf("issuetype in (Story)")
works fine without any problems (it hides Sub Tasks of Stories). But i dont know how to write the same thing for User Stories because i allways get an error.
issueFunction not in subtasksOf("issuetype in (User Story)")
Error.
issueFunction not in subtasksOf("issuetype in ("User Story")")
Error.
Where do i put the quotation marks?
Hi Markus,
use single quotes:
issueFunction not in subtasksOf("issuetype in ('User Story')")
Have you tried:
issueFunction not in subtasksOf("issuetype in ('User Story')")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.