While Creating Issues in JIRA

Issue #853 resolved
Rjve Nautiyal created an issue

Hi Fidel,

I have a quick question-

Do we have any option to copy one field value (Which is Single List Choice) to Multi-Level Cascading Fields - Only to First Level before I click on "Create Issue" button in JIRA.

Can this be achieved by JIRA workflow toolbox.

Thanks & Regards, Rajeev Nautiyal

Comments (4)

  1. Fidel Castro Armario repo owner

    Hi @rjvenautiyal,

    You should use Copy a parsed text to a field post-function in transition "Create Issue" with the following configuration:

    • Target field: Select List field.
    • Parsing mode: basic
    • Text to be parsed...: %{nnnnn.0}, replacing nnnnn with field code for Multi-Level Cascading Field.
  2. Rjve Nautiyal reporter

    Hi Fidel,

    Before clicking on the "create issues" button in JIRA,we usually update the fields.

    So, while filling a field called "Risk Type" which is a select list type - I select Value "A", so based on value "A" the first level of Multi-cascading should show be value "A" only by default.

    So, I am looking the field value to be auto-populate before clicking on the create issue button. Is this achievable.

    Thanks & Regards, Rajeev Nautiyal

  3. Fidel Castro Armario repo owner

    Hi @rjvenautiyal,

    Post-functions only work when transition is being executed, i.e., when you have clicked on "Create Issue", so it's not possible to do it, at least using JWT.

  4. Log in to comment