The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

The value in the Nfeed Field is not updated

Helen Porter
Contributor
February 6, 2020

When creating a task, use "Elements Connect: Set a field value" in the post function. This field is updated when I create a task manually.
But if I create a task using a script, the field is not updated.
For example:


string prj = createIssue(project,"",10122, summary, priority, description, {}, "", "", "",customFields);


The field remains empty on the viewing screen. But it is filled in on the edit screen.
How do I update and fill in this Nfeed field using the SIL script ?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Helen Porter
Contributor
February 10, 2020

SQL queries were different on the" Edit view "and" Display view " tabs in the field settings. I copied the query from "Edit view" to "Display view" and the value of the field was displayed on the view screen.
This appeal can be considered closed.