Can I bulk create filters?

Cole
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 9, 2016

I have about 400 different filters i need to make. Currently the queries are all in an excel document and I am manually coping and pasting them in individually. Is there a better way to do this? Maybe upload a csv file or something?

1 answer

1 accepted

1 vote
Answer accepted
John Kelly November 9, 2016

You can use the REST api with your language of choice to create them:

 

https://docs.atlassian.com/jira/REST/cloud/#api/2/filter-createFilter

Cole
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 14, 2016

So I have never used the REST api before... I looked at the documentation, but I still do not really understand where I would put my code to have it go in. Am I just making my own script to post the filters? There's no way to just insert them in the browser?

Suggest an answer

Log in or Sign up to answer