I try to run this line
subTask = issueManager.createIssue(authenticationContext.getUser(), issueObject)
and jira throws an error
Error creating issue: root cause: Traceback (most recent call last): File "C:\Users\Trace Pillars\amps-standalone\target\jira\home\jss\jython\workflow\subtask2.py", line 31, in subTask= issueManager.createIssue(authenticationContext.getUser(), issueObject) TypeError: createIssue(): 1st arg can't be coerced to String, com.atlassian.crowd.embedded.api.User
I think authenticationContext.getUser() is returning the wrong type of user but Im not sure
Try replacing getUser() method with getLoggedInUser() , depending what you are trying to achive and your scrit should work
Please check the type of the second para "issueObject", is it a Map or Issue type, note that IssueManager has four createIssue functions, and they are identified by the parameters type, also please use createIssueObject which is suggested, please see more at: https://developer.atlassian.com/static/javadoc/jira/5.0.5/reference/com/atlassian/jira/issue/IssueManager.html
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.