Hi there,
I have created a Jira search filter, using this request:
POST /rest/api/2/filter
This worked pretty well. Now after I create the filter, I want to get automatically subscribed to it.
Is there a way to do it with the rest API? Or is the only possible way to do it manually?
Thanks.
Edit: In the documentation: https://docs.atlassian.com/software/jira/docs/api/REST/7.4.1/#api/2/filter-createFilter
I have found the "subscriptions" property, but I can't seem to figure out how exactly I have to write this, for correct syntax.
Hello Nico,
You can do a GET to see the filter subscriptions values you have via:
GET /rest/api/2/filter/favourite?expand=subscriptions
But Unfortunately there is not an option to edit the subscription, and we have this Feature Request tracking interest in adding a method to support editing subscriptions.
Regards,
Earl
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.