Need to add the filter in the Jira macro in the confluence, to check all reported issues to particular assignee
Yes, it is!
In insert options there is an Embed Jira, you can find it by typing "Jira" in the search box,
After this, you can type your JQL filter, or select any filter you already have saved in your account.
Then save it, and its done!
But only licenced users to jira software/jsm will be able to see the content on this confluence page.
Hello, thank you for the response,
My question is: I am able to add this table, but i am looking for filter option to this table.
If i get the filter option, i can see tickets related to particular assignees.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, Deepak.
I didn't understand your need, you can filter the information through a JQL search.
If you want to search for issues assigned to certain assignees you can put it on JQL like example below
assignee in ("assignee1", "assignee2", "assignee3" ) and statusCategory != Done
If this is not what you want, can you give me more information or examples to what you need?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Deepak Chandrashekar Naik,
As @Becky has mentioned, you filter your table using the JQL inside the Jira Issues macro. In her example the JQL is “assignee = currentUser()” – it means that every user who visits the page will see his/her tickets. Or you can change the “currentUser()” operator to a specific user name and get the tickets assigned only to this specific user.
You may read more about the JQL and Jira Issues macro here.
If you want to show the unfiltered Jira Issues table and filter it on the fly from the page view mode (without correcting the JQL inside the macro), you’ll need additional apps from the Atlassian Marketplace.
For example, I can suggest trying our Table Filter and Charts for Confluence app and its Table Filter macro. Maybe you’ll be interested in a live demo – we’ll be happy to organize it, please choose a suitable time slot here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Deepak Chandrashekar Naik ,
welcome to the Atlassian community!
My suggestion is to prepare your JQL on jira side and then put it into the macro as syuggested by @Becky
Fabio
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.