<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Jira fields value using array of JSON in Automations</title>
    <link>https://community.dynatrace.com/t5/Automations/Jira-fields-value-using-array-of-JSON/m-p/219159#M1044</link>
    <description>&lt;P&gt;I am using Jira for workflow.&amp;nbsp;&lt;BR /&gt;I want to use array as a value in fields like this:&lt;BR /&gt;{{ [ {'name':'Dynatrace Source','id':'ari:cloud:graph::service/xxxxx' }] }}&lt;BR /&gt;&amp;nbsp;I received this error:&lt;BR /&gt;"An error occurred: Unable to run validation, wrong fields: 'fieldSetters, 1, value'"&lt;BR /&gt;&lt;BR /&gt;Is there a way to put array of json on Fields value ?&lt;/P&gt;</description>
    <pubDate>Thu, 23 Nov 2023 16:01:22 GMT</pubDate>
    <dc:creator>lutpiero</dc:creator>
    <dc:date>2023-11-23T16:01:22Z</dc:date>
    <item>
      <title>Jira fields value using array of JSON</title>
      <link>https://community.dynatrace.com/t5/Automations/Jira-fields-value-using-array-of-JSON/m-p/219159#M1044</link>
      <description>&lt;P&gt;I am using Jira for workflow.&amp;nbsp;&lt;BR /&gt;I want to use array as a value in fields like this:&lt;BR /&gt;{{ [ {'name':'Dynatrace Source','id':'ari:cloud:graph::service/xxxxx' }] }}&lt;BR /&gt;&amp;nbsp;I received this error:&lt;BR /&gt;"An error occurred: Unable to run validation, wrong fields: 'fieldSetters, 1, value'"&lt;BR /&gt;&lt;BR /&gt;Is there a way to put array of json on Fields value ?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 16:01:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Jira-fields-value-using-array-of-JSON/m-p/219159#M1044</guid>
      <dc:creator>lutpiero</dc:creator>
      <dc:date>2023-11-23T16:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Jira Fields value using array of json</title>
      <link>https://community.dynatrace.com/t5/Automations/Jira-fields-value-using-array-of-JSON/m-p/219621#M1045</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/65349"&gt;@lutpiero&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;that json syntax does not look quite right for a json array.&lt;/P&gt;
&lt;P&gt;Have you tried it with something like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
   "fields": 
    [
      {
        "name": "Dynatrace Source 0",
        "id": "ari:cloud:graph::service/xxxxx"
      },
      {
        "name": "Dynatrace Source 1",
        "id": "ari:cloud:graph::service/xxxxx"
      },
      {
        "name": "Dynatrace Source 2",
        "id": "ari:cloud:graph::service/xxxxx"
      }
    ]
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;BR,&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 19:43:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Jira-fields-value-using-array-of-JSON/m-p/219621#M1045</guid>
      <dc:creator>mark_bley</dc:creator>
      <dc:date>2023-08-02T19:43:48Z</dc:date>
    </item>
  </channel>
</rss>

