Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,436
Community Members
 
Community Events
184
Community Groups

How to remove default description message while creating Jira ticket through jenkins pipeline

I'm creating Jira ticket through Jenkins pipeline. 

Jenkins pipeline creates ticket and also add the required description and other fields automatically. It also prints a message at the end of the ticket description. I'm looking for the help in order to remove this message. I have not added such Jenkins configuration which prints this message. Please let me know how can we ignore the message while creating ticket through Jenkins pipeline.

Message (printed at the end of ticket description- Automatically created by: User from Build URL

My Jenkins configuration -

def issueVar = [fields: [ project: [key: 'RWT'],
summary:"test summary",
description: "sample test description",
components: [[name: 'ABC']],
issuetype: [name: 'Task']]]
def newIssue = jiraNewIssue issue: issueVar, site: 'Jira'
echo newIssue.data.key

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events