-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Critical
-
Component/s: jira-trigger-plugin
-
None
The Jira Trigger Plugin does not support Pipeline jobs.
Looking though the code, it looks like the issue is that this plugin is only applicable to jobs that are of type AbstractProject. The Pipeline jobs is implemented as
public final class WorkflowJob extends Job<WorkflowJob,WorkflowRun> implements BuildableItem, LazyBuildMixIn.LazyLoadingJob<WorkflowJob,WorkflowRun>, ParameterizedJobMixIn.ParameterizedJob, TopLevelItem, Queue.FlyweightTask, SCMTriggerItem
Please add support for pipeline jobs