new_issue: Post entry to issue table

View source: R/new_issue.R

new_issueR Documentation

Post entry to issue table

Description

Upload information to the issue table in the data registry

Usage

new_issue(
  severity,
  description,
  component_issues,
  endpoint = "http://localhost:8000/api/"
)

Arguments

severity

an integer specifying the severity of the issue

description

a string containing a free text description of the issue

component_issues

a list of object_component URLs with which the issue is associated; this can be an empty list

endpoint

a string specifying the registry endpoint

See Also

Other new functions: new_author(), new_code_repo_release(), new_code_run(), new_data_product(), new_external_object(), new_file_type(), new_keyword(), new_licence(), new_namespace(), new_object_component(), new_object(), new_quality_controlled(), new_storage_location(), new_storage_root(), new_user_author()


ScottishCovidResponse/SCRCdataAPI documentation built on July 26, 2023, 9:47 p.m.