You need to sign in to do that
Don't have an account?

How can i use this format to map data from SFDC case fields into Jira issue fields
{ "fields": { "project": { "key": "TEST" }, "summary": "REST ye merry gentlemen.", "description": "Creating of an issue using project keys and issue type names using the REST API", "issuetype": { "name": "Bug" } } }
This is from the Atlassian website but I'm not quite sure how to implement it into my integration program. Any guidance is greatly appreciated!