create_resolution | R Documentation |
Creates a resolution cell for make_jira_issue
.
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"
)
self_url |
URL of API endpoint |
id |
ID associated with resolution |
description |
Description of resolution |
name |
Name of Resolution |
A list named 'resolution' which contains the resolution's information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.