How do i get the user date format in Atlasssian Connect

Nirav Shah November 5, 2014

Hi,

How can i retrieve the date format in my connect plugin? I am currently using the below which returns me 403- Forbidden Error. I am not seeing this API in the Connect JIRA Rest Scope.

AC.url("/rest/api/2/mypreferences").setQueryParameter("key","access_token").put("some value")

 

Any pointers here?

 

1 answer

0 votes
Robert Massaioli _Atlassian_
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 5, 2014

I ran into the same issue with my Atlassian Connect plugin. I don't think that rest resource is currently supported. You are welcome to make an issue for the Atlassian Connect team at: https://ecosystem.atlassian.net/browse/AC

However, because I could not get this information, the way I solved this is to just follow the Atlassian Design Guidelines on Dates.

Suggest an answer

Log in or Sign up to answer