Hi everyone,
We are uprgrading from Jira 6.X to Jira 7.10.2 and I need to update a few custom-made plugins. I am using Jira 6.3.10 SDK to develop them.
I have a custom email handler with this depenency in the pom.xml
<dependency>
<groupId>com.osoboo</groupId>
<artifactId>jira-metadata-plugin</artifactId>
<version>3.1.0</version>
</dependency>
When I run atlas-package I get the error:
[ERROR] Failed to execute goal on project rve-mail-handler: Could not resolve dependencies for project it.eng.esl.jira.p
lugins:rve-mail-handler:atlassian-plugin:18.07: Could not find artifact com.osoboo:jira-metadata-plugin:jar:3.1.0 in atl
assian-public (https://maven.atlassian.com/repository/public) -> [Help 1]
[ERROR]
I need this dependency to do this import:
import com.osoboo.jira.metadata.MetadataService;
and of course use MetadataService class.
I searched the Internet but I couldn't find any information about MetadataService, even the API.
Does anyone know what happened to this jar? What dependency replaces it? Any other ways to retrieve Jira's metadata?
Thank you for your help.
hello @gfinesch , it is an old thread but did you ever find your answer ??
thanks
Sorry robert, I really don't remember the workaround we applied. (I am gfinesch writing from another account)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thank you anyway 🙏
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.