Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How must look JSON request for creating filter via REST API?

Dmitry Tumash December 18, 2012

Hi,

I have a question related to JIRA REST API.

At the documentation by http://docs.atlassian.com/jira/REST/latest/#id296133

acceptable request representations: - is empty.

Where I can see the JSON query?

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Dmitry Tumash December 18, 2012
{
  "name":"myfiltertest",
  "jql":"project = DP",
  "favourite":true
}

0 votes
Dmitry Tumash December 18, 2012
For example,

{
  "name":"myfiltertest",
  "jql":"project = TST",
  "favourite":true
}

TAGS
AUG Leaders

Atlassian Community Events