Quantcast
Channel: Create a Jira Issue with custom Field name by using atlassian SDK - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by MFeliciano for Create a Jira Issue with custom Field name by using...

The way that is trying to access into a custom field is wrong, it just needs to use the brackets and the name of the custom field to get into it. Instead of: issue.CustomFields["Selling...

View Article



Create a Jira Issue with custom Field name by using atlassian SDK

Through C# I am trying to create Jira issue which has custom field "Selling Details" using Atlassian SDk. Below is the code: string username = "XXX"; string password = "XXX"; string url =...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images