Interface JiraConstants


  • public interface JiraConstants
    • Field Detail

      • ISSUE_ASSIGNEE_ID

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

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

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

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

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

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

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

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

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

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

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

        @Metadata(label="producer",
                  description="The type\'s name of the issue",
                  javaType="String")
        static final String ISSUE_TYPE_NAME
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • ISSUE_WATCHERS_REMOVE

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

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

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

        @Metadata(label="producer",
                  description="The type of link",
                  javaType="String")
        static final String LINK_TYPE
        See Also:
        Constant Field Values
      • MINUTES_SPENT

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