====== Jirainfo Plugin ====== ---- plugin ---- description: Show Jira issue description in popover when hovering or click over an issue key. author : vadim balabin email : vadikflint@gmail.com type : syntax lastupdate : 2019-03-09 compatible : Frusterick Manners, Greebo depends : conflicts : similar : jira tags : jira, bugtracker, issue downloadurl: https://github.com/VadimBalabin/jirainfo/archive/1.0.0.zip bugtracker : https://github.com/VadimBalabin/jirainfo/issues sourcerepo : https://github.com/VadimBalabin/jirainfo screenshot_img : https://user-images.githubusercontent.com/44360083/54110032-bbe86c80-43f9-11e9-894f-38604ee0f682.png ---- This plugin for create poppover is used a library [[https://popper.js.org/|Popper.js]].\\ [[https://popper.js.org/|Popper.js]] included, don't need download separately. ===== Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Examples/Usage ===== This plugin show detailed info about task [[http://www.atlassian.com/software/jira/|Jira]] in popover by key. ==== Syntax ==== :!: You need to configure a service in the administration menu before it can be used! Basic usage: {{https://user-images.githubusercontent.com/44360083/54107626-22b65780-43f3-11e9-9859-4a2311c95702.gif |Example jirainfo }} JRA-9 ===== Configuration and Settings ===== === Jira REST API configuration === Enter the complete URL to the Jira REST API. http://your-jira-url/rest/api/latest/ :!: Additionally provide the Jira username and password for the user. ^ Configuration Option ^ Default Value ^ Allowed Values ^ | Trigger for popover | ''click'' | ''click'', ''hover'' | | Placement of popover | ''top'' | ''top'', ''right'', ''bottom'', ''left'' | | Animation of popover | ''pop'' | ''pop'', ''fade'', ''none'' | | Allow hide a fields in popover | | ''status'', ''priority'', ''issuetype'', ''comment'' | ==== Examples of configuration ===== For test may be use it: $conf['apiUrl'] = 'https://jira.atlassian.com/rest/api/latest/'; ===== Development ===== ==== Known Bugs and Issues ==== Please report bugs or feature requests at the [[https://github.com/VadimBalabin/jirainfo/issues|Bug tracker]].