- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2020 11:38 AM
Flow Designer > Jira Spoke 2.6.5 > Update Issue > Additional Fields "Add Field Value" is grey out?
Is this expected? Or should I be able to add field values to other Jira Issue fields?
Any info is appreciated... Thanks!!
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2020 05:02 PM
Here's a much simpler trick for setting Issue field values (priority etc) in Jira, working around the problem posted above. Follow these steps carefully.
- Initially set up the Update Issue action with hardcoded issue ID & field value -- this will let the action fetch the properties and fields
- SAVE your flow/subflow
- Hit the Script button on your Field value, and change that value to use your input variable or previous step value via script (e.g. return fd_data.subflow_inputs.priority)
- Save
- Change issue ID to use input via script (see above)
- Save
Done!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2020 05:28 AM
Hello,
I was having this issue yesterday and the following KB helped me.
https://hi.service-now.com/kb_view.do?sysparm_article=KB0818189 Title is .. Additional Fields are greyed out when you configure Issue ID with a pill in "Update Issue" action in Flow Designer for Jira Spoke.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2020 07:41 AM
Dennis, you saved my day!
What do you use as an input fields? I want to send Additional comments, Jira Project, Description, State.
Have you got any other good resources for Jira Hub integration? My client wants me to use the Hub because it is not involve scripting, and so -- easier than the classic way. So I decided to be sporty and took the challenge. Now I am extremely annoyed by the lack of documentation. "Atlassian Jira Integration Common", for example, has extremely interesting looking actions, but they don't even have a description! 😕

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2020 02:45 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2020 01:01 AM
"To overcome this, you would need to populate the Issue ID with a valid record."
No guys, to define a single Issue ID is not a resolution. What if I need to find the Issue first, or I need to loop through the list of Issues?
KB0818189 is the resolution, or IMHO a workaround.