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
/
resolutions.constants.js
8 lines
(7 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module.exports
=
{
settings:
{
id:
{
name:
'id'
,
required:
true
,
trim:
true
,
minLength:
1
},
description:
{
name:
'description'
,
required:
false
,
trim:
true
,
minLength:
0
},
name:
{
name:
'name'
,
required:
true
,
trim:
true
,
minLength:
1
} } }
;