Jira Object
Description
This action component allows you to establish a connection to a specified Jira instance.
Input Properties
- Authentication Mode (JiraAuthenticationMode) – The mode of authentication for Jira services.
- Server URL (String) – The server instance URL you want to connect to.
- User Name (String) – The username you want to use to log into Jira.
- Password (SecureString) – The password of the user you want to log in with.
- API Token (SecureString) – The token generated for your account.
- Client Id (String) – The consumer key of your Jira OAuth2.
- Client Secret (SecureString) – The consumer Secret of your Jira OAuth2.
- Input Jira Object (IJiraObject) – The input Jira connection object.
- Body (IJiraObject) – Allows you to add subsequent action components.
- Timeout (Int32) – The Jira API connection timeout.
Output Properties
- Result (IJiraObject) – The result of the Jira connection, stored in an IJiraObject object variable.
General Properties
- Global Waits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- Ignore Error (Checkbox) – Continue the process flow without throwing error.
- Post Wait (Checkbox) – Apply specified wait after execute the action.
- Pre Wait (Checkbox) – Apply specified wait before execute the action.