Power Script for JIRA Live Field cannot get issueType value in create screen

buzz_zhao March 23, 2021

I am got some troubles using argv["issueTypeId"] like following code:

if(argv["screen"] == "create" && argv["issueTypeId"] == "11201")

finally, I found  argv["issueTypeId"] reture null.  Any ideas?

1 answer

0 votes
Widad Dekkiche July 25, 2021

Hello,

You could try to do "lfInstantHook("issueType","silScript"). Then use the value of argv["issueType"] in your sil script. It worked for me btw.

Good luck,

Mohammed Monir December 16, 2022

@Widad Dekkiche Can I use SIL script to hide issuetype in a project in jira cloud?

Suggest an answer

Log in or Sign up to answer