Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I set status #261

Open
DockerFan opened this issue Dec 17, 2019 · 2 comments
Open

How can I set status #261

DockerFan opened this issue Dec 17, 2019 · 2 comments

Comments

@DockerFan
Copy link

like this: issue.update().field(Field.STATUS,"测试通过").execute(); but result
is 【net.rcarz.jiraclient.JiraException: Field 'status' does not exist or read-only】

@Ants-double
Copy link

I meet the same question .can you give me some idea?or show my you code .thanks

@Jacobvu84
Copy link

Jacobvu84 commented Oct 11, 2020

STATUS is not field

Try with

issue.transition().execute("测试通过");

make sure current status !="测试通过" before executing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants