This question is in reference to Atlassian Documentation: JIRA Issues Macro
On the Documentation there are a code example, how they are used? any examples?
One-line question so open you could fly an airplane through it, but ill give it a try.
There are no code with the JIRA issues plugin in Confluence, only parameters that you can pass to the plugin.
Create a new page, insert the JIRA issues plugin by typing
{jira
and select the JIRA macro. In the first screen you set a filter like:
PROJECT="project name" AND assignee="username"
Once this inserted and the page saved you should see these issues in a list. In you extensive problem description you also mentioned code. If you have the wiki markup plugin you have an icon that looks like:
<>
This icon allows you to see the code this produced:
<p> <span> <ac:structured-macro ac:macro-id="REDACTED SERVER ID" ac:name="jira" ac:schema-version="1"> <ac:parameter ac:name="server">JIRA</ac:parameter> <ac:parameter ac:name="columns">key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution</ac:parameter> <ac:parameter ac:name="maximumIssues">20</ac:parameter> <ac:parameter ac:name="jqlQuery">project=project name and assignee=username</ac:parameter> <ac:parameter ac:name="serverId">REDACTED SERVER ID</ac:parameter> </ac:structured-macro> <br/> </span> </p>
Have no real clue if this is what you are talking about, so next time spend a bit more than a minute to give us a better idea of how we can help, and we will nail it in the first try.
Who doesn’t love a good template? We sure do! Check out our top template picks for Marketing teams who want to streamline their processes, enhance collaboration, and take their marketing to new heights.
Read more 📚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.