UNPKG
@itentialopensource/adapter-jira
Version:
latest (2.4.6)
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1
This adapter integrates with system Jira
gitlab.com/itentialopensource/adapters/adapter-jira
@itentialopensource/adapter-jira
/
entities
/
IssueCustomFieldContexts
/
mockdatafiles
/
getIssueTypeMappingsForContexts-default.json
20 lines
•
299 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"maxResults"
:
100
,
"startAt"
:
0
,
"total"
:
3
,
"isLast"
:
true
,
"values"
:
[
{
"contextId"
:
"10001"
,
"issueTypeId"
:
"10010"
}
,
{
"contextId"
:
"10001"
,
"issueTypeId"
:
"10011"
}
,
{
"contextId"
:
"10002"
,
"isAnyIssueType"
:
true
}
]
}