My filter is contain to only the creator and assignee can see the created task?How can ı add this filter to my kanban board?
Hi Enis,
Go to your Kanban board> ... > Board settings > Quick Filters
Give your filter a name and add the following JQL:
issuetype = task and (assignee = currentUser() or creator= currentUser())
Click on Add
Now you should see it in your Kanban board:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.