UNPKG
oa-jira
Version:
latest (1.4.0)
1.4.0
1.3.2
1.3.1
1.3.0
1.1.0
1.0.0
0.2.1
0.1.0
Octet Agile's JIRA connectivity project.
oa-jira
/
src
/
model
/
constants
/
change.constants.js
12 lines
(11 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.
exports
= { settings: { name: { name:
'name'
, required:
true
, trim:
true
, minLength:
1
, accepted: [
'complexity'
,
'project'
,
'resolution'
,
'sprint'
,
'status'
,
'summary'
,
'type'
,
'updated'
,
'versions'
] } } };