Interface JiraComponentInputs

All Superinterfaces:
ComponentInputs, Map<String,Object>
All Known Implementing Classes:
JiraComponentInputsImpl

public interface JiraComponentInputs extends ComponentInputs
A inputs object with well known input properties in Jira for convenience.

Changes in this class may also require additions in JiraComponentInputsDeserializer.

  • Method Details

    • getIssues

      List<SmartIssueBean> getIssues()
    • getCreatedIssues

      List<SmartIssueBean> getCreatedIssues()
    • isRunningInContextOfIssues

      boolean isRunningInContextOfIssues()
      This returns true if a component in this rule (usually trigger) has previously added issues to the context, even an empty list of issues. All Jira issue events will do this. Some triggers that wont - ScheduledTrigger with no JQL search, version released, sprint closed, user added
    • addCreatedIssues

      void addCreatedIssues(List<SmartIssueBean> issues)
      Adds the passed issues to the list of created issues.