Change log.
-
1.3.0 (Unreleased)
*
-
1.2.3
- JENKINS-44817 NewIssueStep is not null safe when there is no description.
-
1.2.2
- #42 Enhanced NewIssues step to support custom fields.
-
1.2.1
- #40 Relaxed few step’s input validation.
-
1.2.0
- JENKINS-44254 Ability to retrieve and update custom fields.
- All Steps: No restrictions on what(fields) can be sent to JIRA and retrieve from JIRA. Every field can either be int or string.
- JENKINS-44460 No DataBoundConstructor on joda.time.DateTime.
- JENKINS-44400 Add more steps related to Projects.
- jiraGetProjectVersions.
- jiraGetProjectComponents.
- jiraGetProjectStatuses.
- JENKINS-44253 Add few user related steps.
- jiraUserSearch.
- jiraAssignableUserSearch.
- JENKINS-44399 Add steps related to IssueLinks.
- jiraGetIssueLink.
- jiraDeleteIssueLink.
- jiraGetRemoteIssueLink.
- jiraGetRemoteIssueLinks.
- jiraNewRemoteIssueLink.
- jiraDeleteRemoteIssueLink.
- jiraDeleteRemoteIssueLinks.
- JENKINS-44254 Ability to retrieve and update custom fields.
-
1.1.0
- Upgrading to this version will break few existing steps, please read the following notes for more information..
- Multiple Fixes: #29 Make
id
type consistent across and other minor fixes.- Made
id
type consistent (toString
) across all the objects. (Non Passive change, existing code need to be changed to use Strings, this is applicable for mostly all the steps). - Changes to
jiraNewIssue
andjiraNewIssues
.- Allow issue type look up by name (
fields->issuetype->name
). - Allow project look up by key (
fields->project->key
).
- Allow issue type look up by name (
@ToString
is duplicate in all api objects (@Data
should take care of it already.)Array
type can be just eitherList
orSet
. Changed across all objects. No need of as String[] anymore. Ex:['a','b'] as String[]
is now just['a', 'b']
. (Non Passive change).fields
variable is in the wrong position forTransitions
.- Updated documentation accordingly.
- Made
- #28 ISSUE-28 Enable more fields while creating/updating issues.
- Added Terms and Conditions - Google Analytics.
- JENKINS-44252 - Make auditLog optional.
-
1.0.3
-
1.0.2
- Documentation update. No functional change.
-
1.0.1
- Fix: #3 - Error editing issue with existing fix version.
- More documentation.
-
1.0.0
- Initial release.
- Manual tested with JIRA API Version 6.4.13.
- Steps to Support
- Component
- jiraGetComponent
- jiraNewComponent
- jiraEditComponent
- jiraGetComponentIssueCount
- Issue
- jiraGetIssue
- jiraNewIssue
- jiraNewIssues
- jiraEditIssue
- jiraAssignIssue
- Comments
- jiraGetComments
- jiraAddComment
- jiraEditComment
- jiraGetComment
- Email
- jiraNotifyIssue
- Transitions
- jiraGetTransitions
- jiraTransitionIssue
- Watchers
- jiraGetWatches
- jiraAddWatcher
- Project
- jiraGetProjects
- jiraGetProject
- Versions
- jiraGetVersion
- jiraNewVersion
- jiraEditVersion
- IssueLinks
- jiraLinkIssues
- IssueLinkTypes
- jiraGetIssueLinkTypes
- Search
- jiraJqlSearch
- Component