not able to get a ticket detail of a ticket
when tried fetch ticket detail using <base-url>/issue/<ticket-number>
we get
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<error>Required field reporter of Issue[**-*****] is undefined</error>
where * is some integer number but not <ticket-number>
Can I know the what could be the reason
Please sign in to leave a comment.
Hello,
To fix the error, please restart your instance with the `-Dexodus.entityStore.refactoring.forceAll=true` parameter (https://www.jetbrains.com/help/youtrack/standalone/Configure-JVM-Options.html).
Please let me know if it helps.