Hi,
I'm trying to add Atlassian.Jira.dll in a project that uses .Net 2.0 framework. But, as the present version of Atlassian.Jira.dll uses Linq, it supports .Net 4.0 version. Even if I edit the source code of Atlassian.Jira.dll, I'll not succeed as most of the operations work with Linq. So, Can anyone suggest me what can be done regarding this? Can anyone provide me a dll which supports .Net 2.0.
I'm using InfoPaths' VSTA 2005 which uses .Net 2.0 ersion. There is no option to change the .net framework version here. If any one can suggest a work around even here, it would be helpful.
Thanks and Regards
Praveen.
Hi,
I've resolved this issue by creating a webservice to interact with JIRA from my application.
Regards
Praveen.
I don't think it's supported at all, from what I can find. I don't think your "no option to change the .net framework" is valid - you need to upgrade to 4.0
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Nic. How can I get a wsdl link for a rest service to my application? Any help on this is highly appreciable.
Thanks and Regards
Praveen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not sure you need one. If I were you, I'd read through https://developer.atlassian.com/display/JIRADEV/JIRA+REST+APIs to get started, and then decide whether you need a wsdl - I've not needed one myself, but I've only done a tiny simple bit of REST coding so far.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.