* Add merge jira.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
define('JIRA_USER', 'app_user`');
|
||||
define('JIRA_PROJECT', 'project`');
|
||||
define('JIRA_ISSUE', 'jiraissue`');
|
||||
define('JIRA_ISSUETYPE', 'issuetype');
|
||||
define('JIRA_ISSUELINK', 'issuelink');
|
||||
define('JIRA_ISSUELINKTYPE', 'issuelinktype');
|
||||
define('JIRA_ISSUESTATUS', 'issuestatus');
|
||||
define('JIRA_RESOLUTION', 'resolution');
|
||||
define('JIRA_PROJECTVERSION', 'projectversion');
|
||||
define('JIRA_NODEASSOCIATION', 'nodeassociation');
|
||||
define('JIRA_FILEATTACHMENT', 'fileattachment');
|
||||
Reference in New Issue
Block a user