When creating an issue with the REST API I'm already assigning an Jira Account to that issue. (I'm already using the accountId, not the name).
I get no error messages, the issue is created with the assigned account, but just after that Jira reassign the user to an "Unassigned" status for some reason. (I even get an email notification).
Not sure if this is a config, default behavior or if I'm doing something wrong.
'fields': { 'project': { 'key': DATA, }, 'summary': 'Testing Jira Automation', 'description': 'Testing...', 'issuetype': { 'name': 'Task', }, 'assignee': { 'id': '5df77...' }, 'parent': { 'key': 'DATA-1' } }
Hey Renato, did you check if there is any automation in place, something that would overwrite the assignee field value?
Goto your project settings > Automation and look for the Rules you have in place for that specific project, from there you can enable/disable them!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome! Glad you found it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.