Chris:
First off, thank you for writing this PoshBot plugin, it's really nice! Secondly, I'm having trouble getting the basic connectivity working, and I'm wondering if there's something basic that I'm missing.
If I run the Set-VSTeamAccount and then run Get-VSTeamWorkItem -id 23119 on the command line, I see the correct result below.
However, if I run the same command in PoshBot, I get the error below:
Additionally, I see the following in the logs (in reading the error, it doesn't seem to have enough information to track down the cause):
I'm happy to debug this further myself if you can point me in the direction of how to get more diagnostic data out of PoshBot or if I can run it locally somehow.
My vsteam_profiles.json in my ~\ directory contains the following information:
Again, I'd be happy to debug the issue myself, if there's a trick to get more detailed error information out of the tool.
I'm excited about getting the tool up and running, again, thanks for creating it.
Also, I wanted to mention that it looks like AddVSTeamWorkItem may be missing the mandatory WorkItemType parameter. I may be missing something, but I don't think it will work without this parameter. I'm happy to put in a pull request if you agree that it's missing.
Chris: First off, thank you for writing this PoshBot plugin, it's really nice! Secondly, I'm having trouble getting the basic connectivity working, and I'm wondering if there's something basic that I'm missing.
If I run the
Set-VSTeamAccount
and then runGet-VSTeamWorkItem -id 23119
on the command line, I see the correct result below.However, if I run the same command in PoshBot, I get the error below:
Additionally, I see the following in the logs (in reading the error, it doesn't seem to have enough information to track down the cause):
I'm happy to debug this further myself if you can point me in the direction of how to get more diagnostic data out of PoshBot or if I can run it locally somehow.
My vsteam_profiles.json in my ~\ directory contains the following information:
My config file for PoshBot contains:
Again, I'd be happy to debug the issue myself, if there's a trick to get more detailed error information out of the tool.
I'm excited about getting the tool up and running, again, thanks for creating it.
Also, I wanted to mention that it looks like
AddVSTeamWorkItem
may be missing the mandatoryWorkItemType
parameter. I may be missing something, but I don't think it will work without this parameter. I'm happy to put in a pull request if you agree that it's missing.