Just curious to see if any JIRA 5 users out there had used Virgil (http://blogs.atlassian.com/2011/09/introducing_virgil_v2/) successfully. Seems that the new method of creating issues breaks it.
Hi Kobrien,
Thanks for bringing this issue to our attention. Actually it is true that the current Virgil version partially breaks in JIRA 5, whereby it will not work in the Quick Create/Edit dialog. However, Virgil will work as usual if we go to the normal Create Issue screen (http://host:port/secure/CreateIssue.jspa).
This issue arise because the current Virgil code will only run when a page is loading and the JavaSciprt detects the document/page title as "Create Issue":
AJS.$(document).ready(function()
{
//some pages in SAC that have summary field, aren't "create issue" screen - quit the app
if(!getDocumentTitle().match(/^\s*Create Issue/))
{
console.log("Wrong page - quitting.");
return;
}
However in JIRA 5, the Quick Create/Edit dialog uses AJAX when popping up on the dashboard, and Virgil is not able to detect this dialog screen at the moment. As a result, no suggestion from Virgil will appear in the Quick Create/Edit dialog, since the code is not running at the first place.
We are currently aware of this limitation, and are looking forward to update Virgil to make it compatible with JIRA 5. Should there be any updates on the matter, we will keep you informed about it.
Thanks again for your feedback on the matter.
Cheers,
Ahmad
Thanks, Ahmad! Looking forward to that update. Virgil has helped us reduce redundant tickets being created.
Cheers,
Kevin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey there, Kobrien.
Something that might be of your interest.
https://jira.atlassian.com/browse/JRA-31083
Warm regards,
Danial
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.