create_resolution: Create Resolution

create_resolutionR Documentation

Create Resolution

Description

Creates a resolution cell for make_jira_issue.

Usage

create_resolution(
  self_url = "https://domain.org/jira/rest/api/2/resolution/1",
  id = "1",
  description = "A fix for this issue is checked into the tree and tested.",
  name = "Fixed"
)

Arguments

self_url

URL of API endpoint

id

ID associated with resolution

description

Description of resolution

name

Name of Resolution

Value

A list named 'resolution' which contains the resolution's information


sailuh/kaiaulu documentation built on April 17, 2024, 2:21 a.m.