ent: Mittwoch, 13. Jänner 2021 22:39
To: Jenkins Users
Subject: Re: jiraComment pipeline step throwing
groovy.lang.MissingMethodException
Hi Reinhold,
Thanks for your suggestion! I just tried to use non-named arguments:
jiraComment('FREF-363', 'My super jira comment')
But
t; step documentation. If so, you may want to make a little PR with the
> updated usage?
>
>
>
>
>
> *From:* jenkinsci-users@googlegroups.com
> *On Behalf Of *ST
> *Sent:* Montag, 4. Jänner 2021 22:17
> *To:* Jenkins Users
> *Subject:* Re: jiraComment pipeline step throwing
to make a little PR with the updated usage?
From: jenkinsci-users@googlegroups.com On
Behalf Of ST
Sent: Montag, 4. Jänner 2021 22:17
To: Jenkins Users
Subject: Re: jiraComment pipeline step throwing
groovy.lang.MissingMethodException
Yes, we have installed latest version of jira plu
Yes, we have installed latest version of jira plugin 3.1.3. Also I am
successfully calling jiraSearch() method from the same plugin a few lines
above in the same scripted pipeline.
FYI Here is the documentation of the Pipeline API of the jira plugin:
https://github.com/jenkinsci/jira-plugin/blob/m
Did you chek if you have Jira plugin installed?
Arnaud
Le dim. 3 janv. 2021 à 22:06, ST a écrit :
> Anyone has any idea why jiraComment(issueKey, body) is not working for us
> in scripted pipeline, see below for exception message?
>
> Anyone that can confirm that it works fine in a scripted pip
Anyone has any idea why jiraComment(issueKey, body) is not working for us
in scripted pipeline, see below for exception message?
Anyone that can confirm that it works fine in a scripted pipeline with
latest version of Jenkins and jira plugin? Otherwise I will file a bug
issue in the next days.
Th