Hi There,
I want to write a filter that means Jira tickets only turn up on one board (a) and not the other (b) even though both boards are in the same space. The two sets of tickets are discrete ...
I think I want a way to include some tickets on one Board (which I have done), but exclude them from another Board (which I can't figure out).
Thanks,
Mark
Thanks for your update. So for your "Mark - Personal" board, there are issues that you want to go into this board and not go into "Hotspot" board right?
I assumed your personal task board's issues are one that is assigned to you. If so, then your filter query should be something like -
"project = 'Programme Integration' and assignee = <your ID> ...."
For the Hotspot board, the filter can just be
"project = 'Programme Integration' and assignee != <your ID> ...."
The key depends on how issues are identified in your project which are your "Mark - Personal" issues.
Best, Joseph
Hi Joseph,
Re different Boards "I assumed your personal task board's issues are one that is assigned to you." ... I am working across three streams of work and also have some personal actions (independent) .. Would it make sense to use labels and to have each ticket assigned a label and then use a filter to allocate the right tickets to the right board?
Thanks,
Mark
Yes, that can be another option. The key is how you tagged issues for your "Personal tasks". It is up to you to defined and decide as long as you can identify them via JQL search criteria.
The only drawback of using labels, it is that there is no nomenclature format control of label values - example: ABC can be enter as abc or Abc or abC etc... Lastly, labels field value cannot have spaces or special characters.
Hope this helps.
Best, Joseph
Hey Joseph - what I'm looking to do is write ticks into my "Programme Integration" project and have a filter that ensure one set of tickets goes into the 'Hot Spots' board' and some go into the board for my personal tasks ...