Hello,
I have a special requirement regarding advanced roadmaps in jira software.
Basically it is possible to add levels above Epic issue (Initiative and so on)
How ever there is no way to to add levels under Epic.
Any idea why there is this limitation ?
Thanks for help,
Elvir
Solution is:
1. I need to keep in a location ex: c\jelly\createissue.txt in Input and output is c:\jelly\log.txt
2. Jelly can create duplicate summary... As I searched in below link they have given as "duplicateSummary='ignore' "
Link: https://confluence.atlassian.com/display/JIRA/Jelly+Tags#JellyTags-inactivate Under Create issue Atrributes
Ex: <jira:CreateIssue project-key="AS" assignee="ABC" summary="Issue summary" reporter="CDX" priority="Major" duplicateSummary='ignore'> </jira:CreateIssue>
Nice - I'd not spotted the duplicate flag before.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Jelly create function won't let you create an issue with a duplicate summary. You need to vary the summary of each new issue. (I assume you are trying to automate some regular tasks - if that's true, you should be able to use a date function in the script to get a unique date inserted into the summary)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.