Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

This feature is available for JIRA Jira Server only.

On this page:

Table of Contents

Starting from version 2.6.0, TeamCity Integration for JIRA add-on Jira app allows you to configure the Run a Build post-function. It allows you to remotely run builds on TeamCity server from JIRA Jira during transition of the issue to the specific status.

Before proceeding to configuration of this post function, please refer to the documentation about management of post functions in JIRAJira.

Adding a Post Function

  1. Navigate to JIRA Administration > Issues > Workflows.
  2. On the list with workflows, locate the workflow which you want to add the post function into
  3. Click Edit.
  4. Select the appropriate transition between issue statuses during which the post function will be executed.
  5. On the sidebar, click Post Functions.
  6. Click Add post function.
  7. Select Run a Build.
  8. Click Add.
  9. On the Add Parameters to Function page, define configuration of the post function, as follows:
    • TeamCity - select the appropriate TeamCity server where the automatic build running will occur.
    • Project - select the appropriate project.
    • Build Configuration - select the build configuration for running a build.
    • Comment - specify the comment that will be automatically appended to the build.
    • Properties - define the additional parameters that will be applied to the build execution. For the details on parameters, please see this page.
  10. Click Add. A new post function will appear on the list.
  11. Save and publish the workflow.

...