Is there someting like currentProject() in JJupin

Michael Wagner May 22, 2013

JJupin provides a function currentUser() to get the current user.

Is there something similar for a project? Like currentProject() which returns the key of the current project?

Regards

Michael

2 answers

1 accepted

0 votes
Answer accepted
Alexandru_Iacob
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 22, 2013

By default, issue standard variables are pre-declared in SIL, such as project, which holds the key of the current project.

You can see more details in the documentation link below, under the Standard Variables section:

http://confluence.kepler-rominfo.com/display/SIL/Variable+Resolution

HTH

Alex

Michael Wagner May 22, 2013

Thanks a lot Alex for the quick help.

Sometimes its just too easy :-)

Michael

0 votes
Michael Wagner May 22, 2013

It seems like I cannot use the field for my purpose, because it variable is not initialized on the createIssue screen.

I wanted to restrict the issuetypes available for creation based on the project role a user has, based on this tutorial:

http://confluence.kepler-rominfo.com/display/TR/Forbidding+users+to+create+some+issue+types

Sadly, it only works with a hardcoded project string.

Can anyone help?

Labatt May 22, 2013

At what spot in Jira are you looking to attach the SIL script? Validation on "Create" in the workflow? Somewhere else?

Michael Wagner May 22, 2013

Im talking about LifeFields for the createIssue screen.

Florin Manaila
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 23, 2013

Keep in mind that you can associate different scripts to different projects. So if you don't have multiple projects associated with the same script, the project will always be the same.

Having the ability to retrieve values from the screen in the init script is a feature we don't have yet.

Michael Wagner May 26, 2013

Hi Florin,
Thanks for your suggestion, but we have several hundred projects and therefore creating and managing a huge number of scripts is not an option.
Regards
Michael

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events