You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
Currently I am using the Jira Cloud platform API to create issues through my own full stack application (angular & .NET) with the API. I am also using Azure AD to authenticate users on my application, once access is granted we (currently) manually register new users in Jira with their Microsoft accounts. Which until now works like it is intended, the only problem I am facing now is that whenever I want to create an issue it sets the creator of that issue to the user who generated the API access key. The creator should be the user that is currently signed in on my application.
I discovered that for Jira Service Desk API there was a parameter you could add to a request like so:
"raiseOnBehalfOf": "email@domain.com",
Which I assume would sets the creator of an instance to that user and not to the user who generated the API access key.
Suggestions or solutions will be greatly appreciated.
Hi,
Welcome to the community
It's seems that is not possible, you can vote for this feature request open here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.