FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
contentstack-java/.github/workflows/issues-jira.yml at staging · contentstack/contentstack-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
contentstack
/
contentstack-java
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
4
Code
Issues
0
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
contentstack-java
/
.github
/
workflows
/
issues-jira.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
31 lines (26 loc) · 935 Bytes
Breadcrumbs
contentstack-java
/
.github
/
workflows
/
issues-jira.yml
Copy path
File metadata and controls
31 lines (26 loc) · 935 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name
:
Create Jira Ticket for Github Issue
on
:
issues
:
types
:
[opened]
jobs
:
issue-jira
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Login to Jira
uses
:
atlassian/gajira-login@master
env
:
JIRA_BASE_URL
:
${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL
:
${{ secrets.JIRA_USER_EMAIL }}
JIRA_API_TOKEN
:
${{ secrets.JIRA_API_TOKEN }}
-
name
:
Create Jira Issue
id
:
create_jira
uses
:
atlassian/gajira-create@master
with
:
project
:
${{ secrets.JIRA_PROJECT }}
issuetype
:
${{ secrets.JIRA_ISSUE_TYPE }}
summary
:
Github | Issue | ${{ github.event.repository.name }} | ${{ github.event.issue.title }}
description
:
|
*GitHub Issue:* ${{ github.event.issue.html_url }}
*Description:*
${{ github.event.issue.body }}
fields
:
"
${{ secrets.ISSUES_JIRA_FIELDS }}
"
Back
|
FazBrowse Home
|
New Git URL