mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Fetching Jira issues
This commit is contained in:
parent
7878a244d3
commit
0f9602e3a0
8 changed files with 196 additions and 334 deletions
|
@ -47,6 +47,8 @@ export default Service.extend({
|
|||
getOrgSetting(orgId, key) {
|
||||
return this.get('ajax').request(`organization/${orgId}/setting?key=${key}`, {
|
||||
method: 'GET'
|
||||
}).then((response) => {
|
||||
return JSON.parse(response);
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue