I am using worklog function of JIRA.
How can I have worklog data from all user in 1 month BUT except 1 board in JIRA?
Ah, I can create filter
Hi @Nguyễn Thị Hảo ,
I guess something like the following would work:
worklogAuthor = <author-name> AND filter != <board-filter>
as all boards are based on specific filters.
Again, it would probably need a bit more testing and playing around to get the desired result based on your requirements.
As you stated you managed to resolve this, could you maybe share how did you do so?
Cheers,
Tobi
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.