Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jira-ext-plugin
  Commit: 65c09804a7acbe897f14d7ee53ccc85ebabf0397
      
https://github.com/jenkinsci/jira-ext-plugin/commit/65c09804a7acbe897f14d7ee53ccc85ebabf0397
  Author: Clover Network, Inc <[email protected]>
  Date:   2018-11-19 (Mon, 19 Nov 2018)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/jiraext/dsl/JiraOperationsContext.java
    M src/main/java/org/jenkinsci/plugins/jiraext/svc/JiraClientSvc.java
    M 
src/main/java/org/jenkinsci/plugins/jiraext/svc/impl/JiraClientSvcImpl.java
    A src/main/java/org/jenkinsci/plugins/jiraext/view/AddLabelToField.java
    A 
src/main/resources/org/jenkinsci/plugins/jiraext/view/AddLabelToField/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/jiraext/view/AddLabelToField/help-fieldName.html
    A 
src/main/resources/org/jenkinsci/plugins/jiraext/view/AddLabelToField/help-fieldValue.html
    A 
src/main/resources/org/jenkinsci/plugins/jiraext/view/AddLabelToField/jiraFields.jelly
    M 
src/main/resources/org/jenkinsci/plugins/jiraext/view/UpdateField/jiraFields.jelly
    A src/test/java/org/jenkinsci/plugins/jiraext/view/AddLabelToFieldTest.java

  Log Message:
  -----------
  Add option to add a label to a custom field

This feature should be helpful for determining builds that integrated code 
associated with a given JIRA issue and, conversely, finding JIRA issues that 
were integrated into a given build. Unlike Fix Versions, the label content does 
not need to be pre-defined. Issue-level labels were unsuitable in our case as 
issue-level labels were already used for another purpose.

As labels cannot contain spaces, this addition treats spaces as a delimiter. 
(The space delimiter piece was tested against a live JIRA instance.) As JIRA 
appears to treat label fields as a set, no deduplication is needed.

There does not appear to be a way to query a custom field type and operations 
on non-label custom field may silently fail.


  Commit: 72eb0dc0ae5836adb4ca66c4c1abfd7e30a67c7e
      
https://github.com/jenkinsci/jira-ext-plugin/commit/72eb0dc0ae5836adb4ca66c4c1abfd7e30a67c7e
  Author: Dan Alvizu <[email protected]>
  Date:   2018-11-19 (Mon, 19 Nov 2018)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/jiraext/dsl/JiraOperationsContext.java
    M src/main/java/org/jenkinsci/plugins/jiraext/svc/JiraClientSvc.java
    M 
src/main/java/org/jenkinsci/plugins/jiraext/svc/impl/JiraClientSvcImpl.java
    A src/main/java/org/jenkinsci/plugins/jiraext/view/AddLabelToField.java
    A 
src/main/resources/org/jenkinsci/plugins/jiraext/view/AddLabelToField/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/jiraext/view/AddLabelToField/help-fieldName.html
    A 
src/main/resources/org/jenkinsci/plugins/jiraext/view/AddLabelToField/help-fieldValue.html
    A 
src/main/resources/org/jenkinsci/plugins/jiraext/view/AddLabelToField/jiraFields.jelly
    M 
src/main/resources/org/jenkinsci/plugins/jiraext/view/UpdateField/jiraFields.jelly
    A src/test/java/org/jenkinsci/plugins/jiraext/view/AddLabelToFieldTest.java

  Log Message:
  -----------
  Merge pull request #17 from clover-bt/add-label-to-field

Add option to add a label to a custom field


Compare: 
https://github.com/jenkinsci/jira-ext-plugin/compare/fa1ceea09163...72eb0dc0ae58
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to