Jira Scope

I use Jira Scope to display an issue from Jira. but i get this error message. can someone help? Thanks!!

Hi @amel237

Try this

Your Variable type must be SecureString

Password = new System.Net.NetworkCredential(string.Empty, secureStr).SecurePassword

Hi,

Hope this helps

@amel237

Can you try changing the version pf package for jira packages and check this looks like some issue in dependencies

Cheers

I have adjusted, but I get the same error message back:

I have adjusted, but I get the same error message back:

@amel237

Can you please try to open the exception details from locals pane when run in debug and show the detailed exception info

Please try downgrading your webapi package…looks like a similar issue

Cheers

this is what the exception details from locals pane looks like

@amel237

As specified looks liekd ependency conflict only…please follow the link provided above and change the webapi and jira activity package versions to compatible versions to each other and use it

jira - 2.4.1
webapi - 1.9.2

try these versions

cheers

HI @amel237

Check out this tutorial

Regards
Gokul

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.