What is the version of dependency Jira-mail-plugin for Atlassian jira7.3.2?

vikram ummagani May 9, 2017

Hello,

I am trying to create mail-handler plugin in jira. For that i am adding dependencies in pom.xml where i couldn't find the version for jira mail plugin dependency version.

Thanks

Vikram.

1 answer

0 votes
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 21, 2017
You mean this one? 
<jira-mail-plugin.version>
10.0.3</jira-mail-plugin.version>
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-mail-plugin</artifactId>
<version>${jira-mail-plugin.version}</version>
<scope>provided</scope>
</dependency>

 

Suggest an answer

Log in or Sign up to answer