| Hello everyone, I am implementing Jira plugin into jenkins. Based on below link and guideline i am able to create a bug from jenkins in Jira (https://jenkinsci.github.io/jira-steps-plugin/steps/issue/jira_assign_issue/), but i am facing issues while assigning to a person that bug in jira. here it is i am using following command to assign to a person jiraAssignIssue site: 'LOCAL', idOrKey: 'TEST-1', userName: 'Jenkins' here is the error i am getting Error Message: {"errorMessages":["'accountId' must be the only user identifying query parameter in GDPR strict mode."],"errors":{}} Please help me out if anyone knows. I appreciate your help. Thanks Indu {{}} |