User Activity

Hi all, We’re trying to get the JIRA Attachment Content document and it gives the URL of the attachment as shown below:- “content”: “https://myjira-abc.atlassian.net/secure/attachment/10000/sample.txt” We are trying to get the metadata of this conten...
Using Script Snap to fetch file document of attachments from JIRA and to encode it, we are unable to add external third party libraries like “request” for python in the directory mentioned as /opt/snaplogic/:- Below is the script:- import requests im...
Expression for Conversation.Text = $[‘$ConversationPost.Text’].toString().split(“|”).map((elem, index) => [elem]) Mapper Output: The desired output is: “ConversationPost” : { “Text”: “comment #2 US142”, “Text”: “comment #1 US142”, “Artifact” : “/h...