Interface JiraConstants


public interface JiraConstants
  • Field Details

    • JIRA

      static final String JIRA
      See Also:
    • ACCESS_TOKEN

      static final String ACCESS_TOKEN
      See Also:
    • VERIFICATION_CODE

      static final String VERIFICATION_CODE
      See Also:
    • JIRA_URL

      static final String JIRA_URL
      See Also:
    • PRIVATE_KEY

      static final String PRIVATE_KEY
      See Also:
    • CONSUMER_KEY

      static final String CONSUMER_KEY
      See Also:
    • ISSUE_ASSIGNEE_ID

      @Metadata(label="producer", description="The assignee\'s id of the issue", javaType="String") static final String ISSUE_ASSIGNEE_ID
      See Also:
    • ISSUE_ASSIGNEE

      @Metadata(label="producer", description="The assignee\'s name of the issue", javaType="String") static final String ISSUE_ASSIGNEE
      See Also:
    • ISSUE_COMPONENTS

      @Metadata(label="producer", description="The comma separated list of the issue\'s components", javaType="String") static final String ISSUE_COMPONENTS
      See Also:
    • ISSUE_COMMENT

      static final String ISSUE_COMMENT
      See Also:
    • ISSUE_CHANGED

      @Metadata(label="consumer", description="The name of the updated field (i.e Status)", javaType="String") static final String ISSUE_CHANGED
      See Also:
    • ISSUE_KEY

      @Metadata(description="The id of the issue", javaType="String") static final String ISSUE_KEY
      See Also:
    • ISSUE_PRIORITY_ID

      @Metadata(label="producer", description="The priority\'s id of the issue", javaType="Long") static final String ISSUE_PRIORITY_ID
      See Also:
    • ISSUE_PRIORITY_NAME

      @Metadata(label="producer", description="The priority\'s name of the issue", javaType="String") static final String ISSUE_PRIORITY_NAME
      See Also:
    • ISSUE_PROJECT_KEY

      @Metadata(label="producer", description="The project\'s id of the issue", javaType="String") static final String ISSUE_PROJECT_KEY
      See Also:
    • ISSUE_SUMMARY

      @Metadata(label="producer", description="The summary of the issue", javaType="String") static final String ISSUE_SUMMARY
      See Also:
    • ISSUE_TRANSITION_ID

      @Metadata(label="producer", description="The transition id", javaType="Integer") static final String ISSUE_TRANSITION_ID
      See Also:
    • ISSUE_TYPE_ID

      @Metadata(label="producer", description="The type\'s id of the issue", javaType="Long") static final String ISSUE_TYPE_ID
      See Also:
    • ISSUE_TYPE_NAME

      @Metadata(label="producer", description="The type\'s name of the issue", javaType="String") static final String ISSUE_TYPE_NAME
      See Also:
    • ISSUE_WATCHED_ISSUES

      @Metadata(label="consumer", description="The list of all issue keys that are watched in the time of update", javaType="String") static final String ISSUE_WATCHED_ISSUES
      See Also:
    • ISSUE_WATCHERS_ADD

      @Metadata(label="producer", description="The comma separated list of watchers to add to the issue", javaType="String") static final String ISSUE_WATCHERS_ADD
      See Also:
    • ISSUE_WATCHERS_REMOVE

      @Metadata(label="producer", description="The watchers of the issue to remove", javaType="String") static final String ISSUE_WATCHERS_REMOVE
      See Also:
    • JIRA_REST_CLIENT_FACTORY

      static final String JIRA_REST_CLIENT_FACTORY
      See Also:
    • PARENT_ISSUE_KEY

      @Metadata(label="producer", description="The id of the parent issue", javaType="String") static final String PARENT_ISSUE_KEY
      See Also:
    • CHILD_ISSUE_KEY

      @Metadata(label="producer", description="The id of the child issue", javaType="String") static final String CHILD_ISSUE_KEY
      See Also:
    • MINUTES_SPENT

      @Metadata(label="producer", description="The minutes spent", javaType="int", defaultValue="-1") static final String MINUTES_SPENT
      See Also: