Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I passd below url as query string to get issues from jira api.

<pre lang="c#">
C#
private const string m_BaseUrl = "http://jaisu1255048d:8080/rest/api/2/search?jql=project=%'VSETI'%'\u002f'";
        private const string m_BaseUrl = "http%3A//jaisu1255048d%3A8080/rest/api/2/search%3Fjql%3Dproject%3D%25%27VSETI%27%25%27%5Cu002f%27";


but i am getting error can any one please correct me and help me how to pass right jql url in c# query string i have place both encoded and non encoded format url above.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900