I'm currently facing the following problem in the following sample configuration
I have an issue of type Epic with an asset custom field of type Country
I have an issue of type Task with an asset custom field of type Company
The Country asset has 1..n incoming links from assets of type Company
e.g Austria <- Company1
<- Company2
Germany <- Company100
I'd like to limit the assignable asset objects in a given Task T1 under an Epic E1 (with Country=Austria) to Company1 and Company2, but not Company100
I couldn't find a sample in the following documentations:
Any hints highly appreciated
kind regards