미리 설정된 레이블로 이슈 생성하는 URL

https://community.atlassian.com/t5/Jira-questions/Pre-populate-Label-in-CreateIssue-URL/qaq-p/628361

https://<server>/secure/CreateIssueDetails!init.jspa
?pid=10002
&issuetype=10002
&priority=4
&summary=SUMMARY
&labels=LABEL_1
&labels=LABEL_2


JIRA REST API

curl -u [JIRA계정]:[암호] -X GET -H "Content-Type: application/json" http://<server>/rest/api/latest/search?jql=assignee=[사용자]