| Steps to reproduce
- Login as Admin
- Install JIRA CKEditor Integration
- Go to Administer Wiki > Editing > WYSIWYG Editor and paste the following in the Advanced Configuration section: config.extraPlugins = 'xwiki-jira-paste';
- Go to Administer Wiki > Other > JIRA and add a JIRA instance. For ex:
- Click 'Save'
- Login with a regular user
- Edit a page with CKEditor and insert a JIRA link, e.g. https://jira.xwiki.org/issues/?jql=issuekey%20in%20(XWIKI-21300%2C%20XWIKI-21310) or https://jira.xwiki.org/browse/XWIKI-23911
Expected results The pasted JIRA link resulted in inserting automatically the JIRA macro containing the respective tickets. Actual results The JIRA link is pasted as a regular link. The issue does not reproduce if the JIRA links are pasted by an Admin. |