@Binisha,
there is no custom field in jira as of now!!
you have to write your own code to achive this function.
use JavaScript and REST or develop filter picker custom field type.
Cheers!!
I think there is no Filter Picker Type for Jira.
you have alternative to get the values from the Filter.
https://answers.atlassian.com/questions/205262/filter-picker-in-jira-view-issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No. The filter pickers are there for asking the user what filter they want to use in a report, gadget or view.
A filter is not an object that has much relevance to an issue, so there's nothing there to support this, because it's pretty much useless. I can only think of one possible use for it myself, but I'd be interested to know why you're asking - there may be a workaround we can suggest (other than coding)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic,
Thanks. I need an option to select all the issues from the filters, user adds into the issue and update a customfield with those issues.
However, I can add a text area/ text field and ask the users to type in their filter name, but I need to have a validation set to that field and also its not user friendly. So thats why I opted for a filter picker(if available).
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd use issue links for this - filtering isn't that useful here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.