create_parent | R Documentation |
Create a parent cell for make_jira_issue
. Currently, the parent has the same
issue_key, status, priority, and issue_type as the base issue
create_parent(jira_domain_url, issue_key, status, priority, issue_type)
jira_domain_url |
URL of JIRA domain |
status |
status of issue for development |
priority |
the name of the priority of the issue |
issue_type |
type of JIRA issue |
parent_issue_key |
issue key of the parent issue of the current JIRA issue |
A list named 'parent' that contains a parent issue and it's fields
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.