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

Is it possible to add a shared dashboard as a favourite one using the java or Jquery code or by rest api's

ARUN KUMAR MK
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.
March 7, 2017

I know we can configure it manually in front end, but using the code i want to do it. Is it possible?

1 answer

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
Deniz Oğuz
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.
March 7, 2017

You can do it by sending POST request to :

http://{jira_base_url}/rest/api/1.0/dashboards/{dashboard_id}/favourite

You can remove it from favorites by sending DELETE request to the same address.

ARUN KUMAR MK
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.
March 8, 2017

Thank you @Deniz Oguz [The Starware]. Will try implementing it.

TAGS
AUG Leaders

Atlassian Community Events