query
How can I get a list of ALL epics,stories and tasks assigned to me AND not created by me?
e.g: #{assigned to me} (not #{reported by me}) <-- doesn't work. It's DOESN'T remove those created by me
e.g: #{assigned to me} (not created by: me) <-- doesn't work. It's DOESN'T remove those created by me
-----
Weird is, it works for for other queries, when I try to get list of everything related to "esb" or "frontend" instead of that list of everything assigned to me.
e.g: esb (not created by: me) <-- does work. It DOES remove those created by me
e.g: front #{assigned to me} (not created by: me) <-- doesn't work. It's does't remove those created by me
So how can I get a list of ALL epics,stories and tasks assigned to me AND not created by me?
Please sign in to leave a comment.
Hi Michal, I'm sorry for the delay.
You need to use the following syntax:
Please find more about search syntax here: https://www.jetbrains.com/help/youtrack/incloud/2017.1/Search-Query-Grammar.html