Link issue based on text field

Issue #643 resolved
Weston Rossborough created an issue

Hi Fidel,

I'm trying to create a post function that creates an issue link based on the results in a text field. I'm using the "Create Issue Link" post function, but I'm having some trouble accomplishing it.

I'm using a text field for users to enter related issue keys at the Create screen. When the ticket is created, a post function runs to create the issue link referencing the text field.

Comments (5)

  1. Fidel Castro Armario repo owner

    Hi @WestonR,

    Please, attach a screenshot of the post-function's tab of the transition where you are inserting post-function Create issue link. I want to see all the post-functions you are executing and their configurations.

    BTW, issues keys in the field are expected to be separated by commas or white spaces.

  2. Weston Rossborough reporter

    Hi Fidel,

    Here is the post-function's tab. This is on the "Create Issue" transition. LinkedPostFunction.jpg

    Also here is a screen shot of the text field I'm trying to use to create the issue link. LinkedTextField.jpg

  3. Fidel Castro Armario repo owner

    Please, try moving "Creates the issue originally" post-function to first position in execution order.

  4. Weston Rossborough reporter

    Aha! After moving it to the first position the "Create Linked Issue" post function is working.

    Thank you very much for the help Fidel! :)

  5. Log in to comment