Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Introduce Jira Tasks #130

Merged
merged 1 commit into from
Apr 3, 2023

Commits on Apr 3, 2023

  1. Introduce Jira tasks

    Introduce Jira tasks that supports the following behaviour:
    - create:
        pass empty ID, with details:
        { id: "" , title: "title", description: "description" }
    - update:
        specify ID, specify new title, new status, and new comments to add:
        {
          id: "PROJECT-123",
          title: "edited title",
          status: "new status (in-progress, refinement, closed, etc)",
          comments: [ "new comment to add" ],
        }
    
    Returned value: a new DefaultWorkReport containing a new
    context with the JiraIssue under "issue" key.
    
    Signed-off-by: Roy Golan <rgolan@redhat.com>
    rgolangh committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    0ff30e8 View commit details
    Browse the repository at this point in the history