--全局变量
a 1
b "123"for i 1,2 doc "Holens"
endprint(c)
print("*************************************1")--本地变量(局部变量)
for i 1,2 dolocal d "Holens2"print(d)
end
print(d)function F1( ..…
官方文档链接地址: POST Transition issue Performs an issue transition and, if the transition has a screen, updates the fields from the transition screen. sortByCategory To update the fields on the transition screen, specify the fields in the fiel…