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

Custom gadget permissions

Wade Hephner April 14, 2015

I have a standalone gadget for JIRA that I built. It is using the API to call a saved fiilter that I have shared with everyone. Users can see the filters data in JIRA, however I am the only one that can see the gadget return data on a dashboard. It is my first gadget so I am wondering if there is a permissions issue somewhere.

 

Thanks,

Wade

8 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
Wade Hephner April 17, 2015

Ok, I just had time to get back to this and found that data is returning for everyone. The issue is not the data returning it is the size of the iframe. The iframe is only showing at 23 in height. I just have to figure out how to resize the iframe that the gadget is in. Thanks for your help in this I really appreciate it.

0 votes
Wade Hephner April 17, 2015

I found that the correct data was returning, the iFrame was just not the correct size. Thanks Volodymyr Krupach!

0 votes
Volodymyr Krupach
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.
April 17, 2015

welcome ;-)

0 votes
Volodymyr Krupach
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.
April 14, 2015

What your gadget does on successful /rest/api/2/search call? I guess that there is some JavaScipt code that populates grid or some JavaScitps chart. So now you know that data are retrieved and you should proceed with JavaScript debugging. You can compare "your user flow" with "bad user" flow.

0 votes
Wade Hephner April 14, 2015

I used mailman and ran through 3 different users plus myself and all returned the correct data.

0 votes
Volodymyr Krupach
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.
April 14, 2015

Please use Chrome dev tools or FireBug to compare what is returned by /rest/api/2/search?jql=filter=10602 under your user and some other user.

0 votes
Wade Hephner April 14, 2015

I am using the Jira API - this is the call I am using. https://ourserver.com/rest/api/2/search?jql=filter=10602

0 votes
Volodymyr Krupach
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.
April 14, 2015

> It is using the API to call a saved fiilter that I have shared with everyone. What specific API do you use?

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

TAGS
AUG Leaders

Atlassian Community Events