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
Thanks for your reponse the solution you provided was helpfull to solve the issue
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.