Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JIRA REST API を使用して、現在ログインしているユーザーに割り当てられている問題のリストを取得しようとしていますが、その方法に関するドキュメントが見つかりません。
問題を現在のユーザーに割り当てるにはどうすればよいですか?
jqlで受け取りたい号を指定できます。あなたの場合rest/api/2/search?jql=assignee=currentuser()、トリックを行う必要があります。
rest/api/2/search?jql=assignee=currentuser()
REST API のドキュメントの関連部分と、使用されているjql関数の説明を次に示します。