I'm trying to create a calculated custom field that contains a list of issues. I've run into two problems:
- How do I configure the navigator view to the same format as Fix Version (a list of links)?
- How do I build a searcher for this custom type that will allow me invoke: "customField in (value1, value2)" etc?
I found http://forums.atlassian.com/message.jspa?messageID=257236398#257236398 but the API has changed drastically in 4.0 so this code no longer compiles. Any ideas?