Hello, I'm trying to find the smart value of Paragraph field, followed by this article: https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/, I have tried
{custom_field_id}.text
{custom_field_id}.value
{custom_field_id}.content[0].text
{custom_field_id}.content[0].content[0].text
but none of them worked.
How to get the value of a Paragraph field in Jira Automation? Thanks, really confused.
HI @吴昊 ,
Follow this page on how to display custom field values and properties. Search for custom field on the page.
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/
-Ben
I tried the properties suggested in this page:
Available properties
But return empty
The customfield displayed in https://shoplazza.atlassian.net/rest/api/3/issue/{ISSUE-KEY}?expand=names :
"customfield_10673": {
"version": 1,
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "www.example.biz/foo.js"
},
{
"type": "hardBreak"
},
{
"type": "text",
"text": "www.example.biz/foo.js"
}
]
}
]
},
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's great to hear. Please accept the answer so that other communities can easily search for the solution/answer when running into similar 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.