Skip to content

it will work differently proper title no duplicates #3

it will work differently proper title no duplicates

it will work differently proper title no duplicates #3

on:
issues:
name: Jira Example
jobs:
build:
runs-on: ubuntu-latest
name: Jira Example
steps:
- name: Login
uses: atlassian/gajira-login@v3
env:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
- name: create
id: create
uses: atlassian/gajira-todo@v3
with:
project: AD
issuetype: Task
description: ${{ github.event.issue.title }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}