As of June 1, 2015, the IDE Connector documentation will no longer be maintained by Atlassian. See https://developer.atlassian.com/blog/2015/06/discontinuing-ide-connectors-support/ for more information. We will also be making this documentation available for our open source community here: http://atlassian-docs.bitbucket.org/

22 May 2013

With pleasure, Atlassian presents version 1.3.9 of the Atlassian Connector for Visual Studio. This plugin allows you to pull in and work with the Atlassian products within Visual Studio. Instead of switching between programs on your desktop, you can see all the information for your project right there in your development environment.

 

 

Don't have the Atlassian Connector for Visual Studio yet?

Download the connector from the Atlassian Plugin Exchange. Follow our installation instructions.

Highlights of this Release:

    • Support for filtering issues by Greenhopper sprints
    • bugfixes

This is an open source project. You can get the source code from our BitBucket repository.


(blue star) We love your feedback! (blue star)

Please log your issues, requests and votes. They help us decide what needs doing. It is easy to add an issue. If you do not yet have an account, the system will prompt you to create one.

Complete List of Fixes in this Release

key summary priority status

Data cannot be retrieved due to an unexpected error.

View these issues in Jira

5 Comments

  1. Anonymous

    Version 1.3.9 has a bug in it that prevents the JIRA plugin from connecting. The error is value cannot be null parameter source. Version 1.3.8 works fine.

    1. Hi,

      Can you provide some more details? I have not noticed a problem like that during testing. Or better yet - could you issue a bug report at https://ecosystem.atlassian.net/browse/PLVS?

      Janusz

  2. Anonymous

    On the bottom right I get Failed to load JIRA server information. After clicking on this error I go on to clicking on exception details and this what is in the exception details:

    Value cannot be null. Parameter name: source

    System.ArgumentNullException

       at System.Linq.Enumerable.Select[TSource,TResult](IEnumerable`1 source, Func`2 selector)    at Atlassian.plvs.api.jira.RestClient.getGhBoards()    at Atlassian.plvs.api.jira.facade.RestJiraServerFacade.getGhBoards(JiraServer server)    at Atlassian.plvs.api.jira.facade.SmartJiraServerFacade.<>c__DisplayClasse.<getGhBoards>b__c(JiraServer param0)    at Atlassian.plvs.api.jira.facade.SmartJiraServerFacade.delegated[T](JiraServer server, Delegate`1 rest, Delegate`1 classic)    at Atlassian.plvs.api.jira.facade.SmartJiraServerFacade.getGhBoards(JiraServer server)    at Atlassian.plvs.ui.jira.TabJira.reloadKnownServersWorker(IEnumerable`1 servers, Int32 myGeneration)

     

    My server connection was not changed from 1.3.8 to 1.3.9

    1. This is https://ecosystem.atlassian.net/browse/PLVS-406 - I have just fixed it and I will be releasing version 1.3.10 that contains the fix tomorrow. In the meantime, please update to the latest snapshot build - it contains the fix.

      Apparently this bug is triggered by weird JIRA-Greenhopper version combinations, which I am unable to recreate locally, that fool my Greenhopper detection logic (smile)

  3. Can this connector also link VS to Bitbucket?