Skip to content

Jira: Add ability to add icons to issue remote links #1040

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 24, 2022
Merged

Jira: Add ability to add icons to issue remote links #1040

merged 1 commit into from
Aug 24, 2022

Conversation

grahamalama
Copy link
Contributor

Adds two parameters to Jira.create_or_update_issue_remote_links to support adding icons to remote links:

    "object": {                                            
        "url":"example.com/support?id=1",     
        "title":"TSTSUP-111",                                 
        "icon": {                                         
            "url16x16":"https://example.com/favicon.png",    
            "title":"Support Ticket"   
        },

see descriptions of these fields here.

@gonchik
Copy link
Member

gonchik commented Aug 24, 2022

@grahamalama Thank you! :)

@grahamalama grahamalama deleted the support-icons-in-remote-links branch August 24, 2022 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants