I have created a rest plugin in jira. It was working fine. Now I have added lyo dependecy in the pom.xml. Now my servlet url are getting 404 error which was working earlier. Do I need to put the Lyo plugin in specific location? I am using atlas-debug command.
<dependency>
<groupId>org.eclipse.lyo.server</groupId>
<artifactId>oauth-consumer-store</artifactId>
<version>2.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.lyo.server</groupId>
<artifactId>oauth-core</artifactId>
<version>2.4.0-SNAPSHOT</version>
</dependency>
My build was successful
@Subhajit BhuiyaI propose you check servlet Url again
Check your jira base URL. If it is localhost:8080/jira/
then add rest call.
best!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.