Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

jira update_issue fails

Mariusz Blank
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 8, 2012

I have created jira issue with create_issue method. Then need to update 'assignee' field and failed:

$key='CMS-1502';

$remoteIssue = $jira->update_issue( $key, { 'assignee' => $dev} );

I got:

soapenv:Server.userException, com.atlassian.jira.rpc.exception.RemotePermissionException: This issue does not exist or you don't have permission to view it. at jira-testUnix.pl line 114

How to update issue?
Mariusz

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 8, 2012

Sounds like the user you are running this as does not have permissions to assign issues

That's from your first line. The exception you're getting actually tells us that your user doesn't have rights to view either. So I think you need to work on the user login and permissions...

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events