I am looking for a way to pull in JIRA story information to a table into Confluence.
I have a table with 7 colums -
JIRA Defect - I can pull in the JIRA Story and it will show real time if it is open, closed, bug, story, etc
Issue -
Description -
Blocker -
Status -
Date Created -
Date Closed -
Is there a way to pull the column information from JIRA so it will update realtime?
Hello Natalie,
What you are describing is very similar to the functionality of JIRA Issues Macro. This will update in real-time, and you can use a specific filter to display results. Additionally, you can specify which columns to display, and in which order.
Perhaps this will work for your needs? If not, please tell us how your requirement differs from what is offered by the macro and we can try to come up with an alternative solution for you.
Kind Regards,
Shannon
Hi Shannon,
Thank you for the respone, this did help!! I am now running into a different issue.
When I am on the macros - insert JIRA/Issue Filter. I want to search for JIRA issues. If all of my stories are under SDU-###, I would think I could just search SDU and they would all come up, that is not the case. I have to type in every JIRA issue number that I want to add to the macros. That is very tedious. Is there another way to search for issues using this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Natalie,
Thank you for letting us know that it fits your needs!
For your new problem, I would suggest raising a new question, that way our community will all see it. I'm not quite sure what causes that so once you raise the new question the community will be able to assist you.
Let me know if you have any trouble doing that.
Kind Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Natalie,
I think you need to type JQL "project = SDU" instead of typing each issue separately.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Andrey,
Thank you for the respones! Soo it partially works, I type in:
project = SDU
The first 20 items show up there is no way for me to see any other items. If I click "View All" it takes me to JIRA and I get an error.
Do you know if there is a way to search by Version or Epic (that is what I really need). Maybe I am doing the JQL wrong? ahhh I don't know!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To show more than 20 issue you need to increase Maximum issues limit.
You can read more about this macro here.
For version JQL will look like fixVersion = "2.0".
But the easisest way to get correct JQL is to go to Issue Navigator in JIRA, set filters you want by selecting projects and versions, then switch to Advanced search mode (link in the right side) and copy JQL to your JIRA Issues macro.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi - using this is Jira server - All I get then I pull the query in is a table inserted in the page within one cell of the table. I want a table which I can import the jira items in it that I can then add other information manually against in other colums is this possible?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Gerry Bolger I don't think you can make it a two-way table.
The JIRA issues macro will basically populate a table in Confluence with the results of your JQL or linked JIRA filter. I always goto JIRA first, create a filter that displays what I want. Save the filter with a clear name and then simply enter filter=10021 in the macro in Confluence. Works every time. No guessing because the filter already gives me what I want.
Because the table is populated from JIRA, you cannot add columns or insert extra columns between two from JIRA.
So using this is display only. I use tables like this all the time to report status or progress to stakeholders and colleagues. Since I pre-created the filters in JIRA using whatever JQL I need (project, resolution, modified since, labels, etc) there isn't anything that I cannot report on. It's more a matter of adding the structure to your JIRA project (releases, components, labels, etc). Then format that in Confluence to look nice
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gerry Bolger and @Christian ,
You can add manually created columns to your Jira Issues macro with the help of the Table Filter and Charts for Confluence app and its Table Transformer macro - see my second answer from this thread.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And you may also use our Spreadsheet from Table macro and turn you Jira Issues macro in a live spreadsheet where you'll be able to add manual data easily.
Please give it a try!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.