How can i use confifform fields in jira issue macro

Mundada Rithik August 27, 2024
  1. I want to use the confiform fields in the jira issue macro and filter the query dynamicaly gets the value from the confiforms field

1 answer

1 accepted

2 votes
Answer accepted
Sushant Verma
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 27, 2024

Hi @Mundada Rithik 

Welcome to the community!

To use ConfiForms fields in a Jira Issue macro and filter the query dynamically based on the values from ConfiForms fields, you can follow these steps:

1. Create a ConfiForms form in Confluence with the desired fields.
2. In your Confluence page, add a ConfiForms Data View macro to display the ConfiForms data.
3. Configure the ConfiForms Data View macro to show the fields you want to use for filtering the Jira issues.
4. In the Jira Issue macro, enter a JQL (Jira Query Language) query to filter the Jira issues dynamically based on the ConfiForms field values.

For example, let's say you have a ConfiForms form with a field named "Project" and you want to filter the Jira issues based on this field. You can use the following steps:

1. Create a ConfiForms form with the "Project" field.
2. Add a ConfiForms Data View macro to your Confluence page and configure it to display the "Project" field.
3. In the Jira Issue macro, enter a JQL query that references the ConfiForms field value. For example:
`{jiraissues:project = "{confluence-data:Data Source Name|field=Project}"}`

This syntax `{confluence-data:Data Source Name|field=Project}` retrieves the value of the "Project" field from the ConfiForms Data View macro and uses it as a dynamic filter in the Jira Issue macro.

Make sure to replace "Data Source Name" with the actual name of your ConfiForms Data View macro.

Please note that the integration between ConfiForms and Jira Issue macro may require additional configuration or customization based on your specific setup and requirements.

Regards,
Sushant Verma

Mundada Rithik August 27, 2024

Hi @Sushant Verma 

Thanks for your reponse the solution you provided was  helpfull  to solve the issue

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events